mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
13 lines
133 B
C
13 lines
133 B
C
/*
|
|
** re.h - Regexp class
|
|
**
|
|
** See Copyright Notice in mruby.h
|
|
*/
|
|
|
|
#ifndef RE_H
|
|
#define RE_H
|
|
|
|
#define REGEXP_CLASS "Regexp"
|
|
|
|
#endif
|