Whamcloud - gitweb
libext2fs: add threading support to the I/O manager abstraction
[tools/e2fsprogs.git] / lib / support / cstring.h
1 /*
2  * cstring.h -- header file for C string parse/print utilities
3  */
4
5 extern int parse_c_string(char *str);
6 extern void print_c_string(FILE *f, const char *cp, int len);