Subversion Repositories HelenOS

Rev

Rev 4415 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4415 Rev 4509
Line 30... Line 30...
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#include <libadt/list.h>
35
#include <adt/list.h>
36
 
36
 
37
 
37
 
38
/** Check for membership
38
/** Check for membership
39
 *
39
 *
40
 * Check whether link is contained in the list head.
40
 * Check whether link is contained in the list head.