Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

string_util.h

Go to the documentation of this file.
00001 /* -*-C-*- */
00002 #ifndef STRING_UTIL_H
00003 #define STRING_UTIL_H
00004 
00005 
00010 int string_util_trim(char *txt);
00011 int string_util_split_command(char *cmdline, char **cmd, char **args, int mxargs);
00012 int string_util_fast_trim(char* txt, char **dest, int remove_quotes);
00013 void string_util_cat(char *dest, const char *src, int maxlen);
00014 int string_util_divide(char *buffer, char separator, char **first, char **second);
00015 int string_util_bool_to_int(const char *txt);
00016 char *string_util_strncpy(char *dest, const char * src, size_t n);
00017 
00018 
00019 #endif

Generated on Fri Jan 20 10:12:18 2006 by  doxygen 1.4.2