Groonga 3.0.9 Source Code Document
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
re.h
Go to the documentation of this file.
1 /*
2 ** re.h - Regexp class
3 **
4 ** See Copyright Notice in mruby.h
5 */
6 
7 #ifndef RE_H
8 #define RE_H
9 
10 #define REGEXP_CLASS "Regexp"
11 #define REGEXP_CLASS_CSTR_LEN 6
12 
13 #endif