comparison src/xs_support.h @ 4:4bb09e405eab

Added new files for 0.8
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2003 11:03:04 +0000
parents
children dec37e16136e
comparison
equal deleted inserted replaced
3:279b1e12df2b 4:4bb09e405eab
1 #ifndef XS_SUPPORT_H
2 #define XS_SUPPORT_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 #include <glib.h>
9
10 /*
11 * Functions
12 */
13 int xs_strcalloc(gchar **, const gchar *);
14 int xs_strcat(gchar **, const gchar *);
15 int xs_strcpy(gchar **, gint *, const gchar *);
16 inline void xs_findnext(gchar *, gint *);
17 inline void xs_findnum(gchar *, gint *);
18
19
20 #ifdef __cplusplus
21 }
22 #endif
23 #endif /* XS_SUPPORT_H */