summaryrefslogtreecommitdiff
path: root/Bus/Ivy/intervalRegexp.h
blob: c1176ffea59eab33fe6b2b0a9cb8a55360b729af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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