comparison src/xs_support.h @ 56:6a3ce7260ae1

Changed some standard functions to glib ones
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Jun 2003 00:17:04 +0000
parents 3518ca5c8b0f
children 85811bcd049e
comparison
equal deleted inserted replaced
55:e3708b2bbc5f 56:6a3ce7260ae1
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 *); 15 gint xs_strpcat(gchar **, gint *, const gchar *);
16 gchar *xs_strrchr(gchar *, gchar);
16 inline void xs_findnext(gchar *, gint *); 17 inline void xs_findnext(gchar *, gint *);
17 inline void xs_findnum(gchar *, gint *); 18 inline void xs_findnum(gchar *, gint *);
18
19 19
20 #ifdef __cplusplus 20 #ifdef __cplusplus
21 } 21 }
22 #endif 22 #endif
23 #endif /* XS_SUPPORT_H */ 23 #endif /* XS_SUPPORT_H */