L4Re/departure

libext2fs/lib/libsupport/cstring.h

618:7123a7307a82
8 months ago Paul Boddie Introduced some debugging output control.
     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);