mruby
2.0.1
mruby is the lightweight implementation of the Ruby language
include
mruby
re.h
Go to the documentation of this file.
1
7
#ifndef MRUBY_RE_H
8
#define MRUBY_RE_H
9
10
MRB_BEGIN_DECL
11
12
#define REGEXP_CLASS "Regexp"
13
14
MRB_END_DECL
15
16
#endif
/* RE_H */
MRB_BEGIN_DECL
#define MRB_BEGIN_DECL
Start declarations in C mode.
Definition:
common.h:26
MRB_END_DECL
#define MRB_END_DECL
End declarations in C mode.
Definition:
common.h:28
Generated by
1.8.13