source: EcnlProtoTool/trunk/mruby-1.2.0/include/mruby/re.h@ 270

Last change on this file since 270 was 270, checked in by coas-nagasima, 7 years ago

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 241 bytes
Line 
1/*
2** 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
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14#define REGEXP_CLASS "Regexp"
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif /* RE_H */
Note: See TracBrowser for help on using the repository browser.