mbed I/F binding for mruby
Dependents: mruby_mbed_web mirb_mbed
mbed-mruby
How to use
Class
include/mruby/re.h
- Committer:
- mzta
- Date:
- 2015-04-13
- Revision:
- 1:8ccd1d494a4b
- Parent:
- 0:158c61bb030f
File content as of revision 1:8ccd1d494a4b:
/* ** mruby/re.h - Regexp class ** ** See Copyright Notice in mruby.h */ #ifndef MRUBY_RE_H #define MRUBY_RE_H #ifdef __cplusplus extern "C" { #endif #define REGEXP_CLASS "Regexp" #ifdef __cplusplus } #endif #endif /* RE_H */