Changes in uspace/lib/c/include/adt/fifo.h [9d58539:38d150e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/adt/fifo.h
r9d58539 r38d150e 46 46 #define LIBC_FIFO_H_ 47 47 48 #include < malloc.h>48 #include <stdlib.h> 49 49 50 50 typedef unsigned long fifo_count_t;
Note:
See TracChangeset
for help on using the changeset viewer.