summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:06:00 +0000
committerfcolin2007-02-01 13:06:00 +0000
commitdf1997b6b4a7bb0a7cf5cf9f2b0d24d94af0213c (patch)
tree8a3be2571d731ade2ba52d4e0412b9f326087034 /Ivy
parent1c6403ed8668cac26362e786567d7a68b73bb0ef (diff)
downloadivy-cplusplus-df1997b6b4a7bb0a7cf5cf9f2b0d24d94af0213c.zip
ivy-cplusplus-df1997b6b4a7bb0a7cf5cf9f2b0d24d94af0213c.tar.gz
ivy-cplusplus-df1997b6b4a7bb0a7cf5cf9f2b0d24d94af0213c.tar.bz2
ivy-cplusplus-df1997b6b4a7bb0a7cf5cf9f2b0d24d94af0213c.tar.xz
Utilisateur : Fcolin Date : 22/09/06 Heure : 14:54 Créé Commentaire: (vss 1)
Diffstat (limited to 'Ivy')
-rw-r--r--Ivy/intervalRegexp.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Ivy/intervalRegexp.h b/Ivy/intervalRegexp.h
new file mode 100644
index 0000000..c1176ff
--- /dev/null
+++ b/Ivy/intervalRegexp.h
@@ -0,0 +1,14 @@
+#ifndef INTERVALREGEXP_H
+#define INTERVALREGEXP_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int regexpGen (char *regexp, size_t buflen, long min, long max, int flottant);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif