Changeset 2297 in kBuild for trunk/src/kash/show.h
- Timestamp:
- Mar 1, 2009 2:04:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/show.h
r1233 r2297 39 39 union node; 40 40 void showtree(struct shinstance *, union node *); 41 #ifdef DEBUG 41 42 void trace(struct shinstance *, const char *, ...); 42 43 void tracev(struct shinstance *, const char *, va_list); 43 44 void trargs(struct shinstance *, char **); 44 #ifdef DEBUG45 45 void trputc(struct shinstance *, int); 46 46 void trputs(struct shinstance *, const char *);
Note:
See TracChangeset
for help on using the changeset viewer.