source: EcnlProtoTool/trunk/mruby-2.1.1/include/mruby/re.h@ 440

Last change on this file since 440 was 439, checked in by coas-nagasima, 4 years ago

mrubyを2.1.1に更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 209 bytes
RevLine 
[439]1/**
2** @file mruby/re.h - Regexp class
[270]3**
4** See Copyright Notice in mruby.h
5*/
6
7#ifndef MRUBY_RE_H
8#define MRUBY_RE_H
9
[331]10MRB_BEGIN_DECL
[270]11
12#define REGEXP_CLASS "Regexp"
13
[331]14MRB_END_DECL
[270]15
16#endif /* RE_H */
Note: See TracBrowser for help on using the repository browser.