Changeset 982 for trunk/util/xc_stack.c
- Timestamp:
- 2012-07-17T10:35:45+02:00 (11 months ago)
- Location:
- trunk/util
- Files:
-
- 1 added
- 1 moved
-
. (added)
-
xc_stack.c (moved) (moved from trunk/stack.c) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/xc_stack.c
r976 r982 1 1 #include <stdlib.h> 2 2 #include <assert.h> 3 #include " stack.h"3 #include "xc_stack.h" 4 4 typedef xc_stack_t* S; 5 5
Note: See TracChangeset
for help on using the changeset viewer.

