diff options
Diffstat (limited to 'lib/support/cstring.h')
-rw-r--r-- | lib/support/cstring.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/support/cstring.h b/lib/support/cstring.h new file mode 100644 index 0000000..7f80f41 --- /dev/null +++ b/lib/support/cstring.h @@ -0,0 +1,6 @@ +/* + * cstring.h -- header file for C string parse/print utilities + */ + +extern int parse_c_string(char *str); +extern void print_c_string(FILE *f, const char *cp, int len); |