summaryrefslogtreecommitdiff
path: root/src/intervalRegexp.h
blob: 7994bef35a0182865c0a73af22e249d0dc84d4ae (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, unsigned int buflen, long min, long max, int flottant);

#ifdef __cplusplus
}
#endif

#endif