From df1997b6b4a7bb0a7cf5cf9f2b0d24d94af0213c Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:06:00 +0000 Subject: Utilisateur : Fcolin Date : 22/09/06 Heure : 14:54 Créé Commentaire: (vss 1) --- Ivy/intervalRegexp.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Ivy/intervalRegexp.h (limited to 'Ivy') 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 -- cgit v1.1