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

Last change on this file since 439 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
Line 
1/**
2** @file mruby/re.h - Regexp class
3**
4** See Copyright Notice in mruby.h
5*/
6
7#ifndef MRUBY_RE_H
8#define MRUBY_RE_H
9
10MRB_BEGIN_DECL
11
12#define REGEXP_CLASS "Regexp"
13
14MRB_END_DECL
15
16#endif /* RE_H */
Note: See TracBrowser for help on using the repository browser.