src/cx/linked_list.h

changeset 484
9e6900b1cf9d
parent 481
eef025d82a34
child 485
6a86ad3d8c03
equal deleted inserted replaced
483:929016224c3c 484:9e6900b1cf9d
36 */ 36 */
37 37
38 #ifndef UCX_LINKED_LIST_H 38 #ifndef UCX_LINKED_LIST_H
39 #define UCX_LINKED_LIST_H 39 #define UCX_LINKED_LIST_H
40 40
41 #include <stddef.h> 41 #include "common.h"
42 #include "list.h" 42 #include "list.h"
43 43
44 #ifdef __cplusplus 44 #ifdef __cplusplus
45 extern "C" { 45 extern "C" {
46 #endif 46 #endif

mercurial