diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/xs_support.h	Tue Jun 03 11:03:04 2003 +0000
@@ -0,0 +1,23 @@
+#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 */