summaryrefslogtreecommitdiff
path: root/src/intervalRegexp.h
diff options
context:
space:
mode:
authorbustico2006-09-20 09:28:59 +0000
committerbustico2006-09-20 09:28:59 +0000
commit0efdf8c11e50d6aed89ed72760a72e68b701bf9d (patch)
tree80cf2ccda53194493830334dee9fa1cd77377142 /src/intervalRegexp.h
parent65f194959c55548a611f1dc5ef71020de7787b97 (diff)
downloadivy-c-0efdf8c11e50d6aed89ed72760a72e68b701bf9d.zip
ivy-c-0efdf8c11e50d6aed89ed72760a72e68b701bf9d.tar.gz
ivy-c-0efdf8c11e50d6aed89ed72760a72e68b701bf9d.tar.bz2
ivy-c-0efdf8c11e50d6aed89ed72760a72e68b701bf9d.tar.xz
Ajout de la fonctionnalité pour capter des intervalles numériques
de la forme A=((?I10#20)) l'api ne change pas.
Diffstat (limited to 'src/intervalRegexp.h')
-rw-r--r--src/intervalRegexp.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/intervalRegexp.h b/src/intervalRegexp.h
new file mode 100644
index 0000000..7994bef
--- /dev/null
+++ b/src/intervalRegexp.h
@@ -0,0 +1,14 @@
+#ifndef INTERVALREGEXP_H
+#define INTERVALREGEXP_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int regexpGen (char *regexp, unsigned int buflen, long min, long max, int flottant);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif