pmt: initial 2.9.1 update
This commit is contained in:
6
include/e2fsprogs/support/cstring.h
Executable file
6
include/e2fsprogs/support/cstring.h
Executable file
@@ -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);
|
||||
Reference in New Issue
Block a user