comparison src/xs_support.h @ 214:575686094eb1

Portability fixes
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Dec 2004 11:02:02 +0000
parents 8b896d461fdb
children 57231fe14369
comparison
equal deleted inserted replaced
213:405b647cbd8d 214:575686094eb1
16 gchar *xs_strrchr(gchar *, gchar); 16 gchar *xs_strrchr(gchar *, gchar);
17 inline void xs_findnext(gchar *, guint *); 17 inline void xs_findnext(gchar *, guint *);
18 inline void xs_findeol(gchar *, guint *); 18 inline void xs_findeol(gchar *, guint *);
19 inline void xs_findnum(gchar *, guint *); 19 inline void xs_findnum(gchar *, guint *);
20 20
21 #ifdef HAVE_MEMSET
22 #define xs_memset memset
23 #else
24 void *xs_memset(void *, int, size_t);
25 #endif
26
27 #ifdef
28
21 #ifdef __cplusplus 29 #ifdef __cplusplus
22 } 30 }
23 #endif 31 #endif
24 #endif /* XS_SUPPORT_H */ 32 #endif /* XS_SUPPORT_H */