diff options
Diffstat (limited to 'buf.h')
-rw-r--r-- | buf.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -76,6 +76,9 @@ public: int setc(int idx, char c); int pushc(char c); int getc(int idx, char *c); + int findc(char c, int *idx); + int popsubstring(int sz, char **val, int *size); + int shiftleft(int n); }; #endif
\ No newline at end of file |