comparison src/xs_support.h @ 87:94497283affa

Various fixes and improvements
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Oct 2003 10:38:03 +0000
parents 85811bcd049e
children 578b71b62eeb
comparison
equal deleted inserted replaced
86:9533b78f1a7d 87:94497283affa
10 /* 10 /*
11 * Functions 11 * Functions
12 */ 12 */
13 gint xs_strcalloc(gchar **, const gchar *); 13 gint xs_strcalloc(gchar **, const gchar *);
14 gint xs_strcat(gchar **, const gchar *); 14 gint xs_strcat(gchar **, const gchar *);
15 gint xs_strpcat(gchar *, gint *, const gchar *);
16 gchar *xs_strrchr(gchar *, gchar); 15 gchar *xs_strrchr(gchar *, gchar);
17 inline void xs_findnext(gchar *, gint *); 16 inline void xs_findnext(gchar *, gint *);
18 inline void xs_findnum(gchar *, gint *); 17 inline void xs_findnum(gchar *, gint *);
19 18
20 #ifdef __cplusplus 19 #ifdef __cplusplus