prefux gettokens/getfields with uc_
This commit is contained in:
@@ -96,8 +96,8 @@ char* uc_sprintbs(char *result, unsigned short value);
|
||||
|
||||
/** Like http://swtch.com/plan9port/man/man3/getfields.html
|
||||
*/
|
||||
int getfields(char *str, char **args, int max, int mflag, const char *sep);
|
||||
int gettokens(char *str, char **args, int max, const char *sep);
|
||||
int uc_getfields(char *str, char **args, int max, int mflag, const char *sep);
|
||||
int uc_gettokens(char *str, char **args, int max, const char *sep);
|
||||
|
||||
//Converts bytes to a human representable test, (i.e. 12kB, 160 MB 1.78 GB etc.)
|
||||
///result should be at least of size 12,
|
||||
|
||||
Reference in New Issue
Block a user