Changeset 1210 for trunk/src/kash/input.h
- Timestamp:
- Oct 7, 2007, 8:33:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/input.h
r1201 r1210 51 51 int preadbuffer(struct shinstance *); 52 52 void pungetc(struct shinstance *); 53 void pushstring(struct shinstance *, char *, int, void *);53 void pushstring(struct shinstance *, char *, size_t, void *); 54 54 void popstring(struct shinstance *); 55 55 void setinputfile(struct shinstance *, const char *, int);
Note:
See TracChangeset
for help on using the changeset viewer.