Changeset 79 for trunk/include
- Timestamp:
- 01/15/07 10:24:53 (18 years ago)
- Location:
- trunk/include
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/void_stack.h
r38 r79 21 21 #include <stdbool.h> 22 22 #include <string.h> 23 24 #define _VOID_STACK_H 25 #ifndef _VOID_STACK_H 23 26 24 27 typedef struct _void_stack … … 48 51 void void_stack_iterator_destroy(void_stack_iterator* iter); 49 52 const void* void_stack_iterator_next(void_stack_iterator* iter); 53 54 #endif
Note: See TracChangeset
for help on using the changeset viewer.