- Timestamp:
- 01/15/07 10:24:53 (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 2 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 -
trunk/src/reglookup.c
r78 r79 29 29 #include <time.h> 30 30 #include <iconv.h> 31 #include "../include/regfi o.h"31 #include "../include/regfi.h" 32 32 #include "../include/void_stack.h" 33 33
Note: See TracChangeset
for help on using the changeset viewer.