view 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
line wrap: on
line source

#ifndef XS_SUPPORT_H
#define XS_SUPPORT_H

#ifdef __cplusplus
extern "C" {
#endif

#include <glib.h>

/*
 * Functions
 */
int	xs_strcalloc(gchar **, const gchar *);
int	xs_strcat(gchar **, const gchar *);
int	xs_strcpy(gchar **, gint *, const gchar *);
inline 	void xs_findnext(gchar *, gint *);
inline	void xs_findnum(gchar *, gint *);


#ifdef __cplusplus
}
#endif
#endif /* XS_SUPPORT_H */