X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=string.h;h=a4cbdbeae8069bac5c1de41c55321faeb4f1bad1;hp=187f1f404a52541c9a1e5070580bc9ca524c668e;hb=fd7ab0475e24ec414883bf3772db160869ed2e0c;hpb=a0b87ba0529cc6ab075e1d7a11f8b4adc47948eb diff --git a/string.h b/string.h index 187f1f4..a4cbdbe 100644 --- a/string.h +++ b/string.h @@ -3,10 +3,11 @@ __must_check __malloc void *dss_malloc(size_t size); __must_check __malloc void *dss_calloc(size_t size); __must_check __printf_1_2 __malloc char *make_message(const char *fmt, ...); __must_check __malloc char *dss_strdup(const char *s); -__printf_1_2 void make_err_msg(const char* fmt,...); __must_check __malloc char *get_homedir(void); int dss_atoi64(const char *str, int64_t *value); __must_check __malloc char *dss_logname(void); +__must_check unsigned split_args(char *args, char *** const argv_ptr, const char *delim); + /** \cond LLONG_MAX and LLONG_LIN might not be defined. */ #ifndef LLONG_MAX