mbed I/F binding for mruby

Dependents:   mruby_mbed_web mirb_mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers re.h Source File

re.h

00001 /*
00002 ** mruby/re.h - Regexp class
00003 **
00004 ** See Copyright Notice in mruby.h
00005 */
00006 
00007 #ifndef MRUBY_RE_H
00008 #define MRUBY_RE_H
00009 
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013 
00014 #define REGEXP_CLASS          "Regexp"
00015 
00016 #ifdef __cplusplus
00017 }
00018 #endif
00019 
00020 #endif  /* RE_H */
00021