view src/xs_support.h @ 16:09fc890b5d3c

Added new files
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jun 2003 18:29:01 +0000
parents 4bb09e405eab
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 */