mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
16 lines
399 B
C
16 lines
399 B
C
/**********************************************************************
|
|
|
|
regex.c - Oniguruma (regular expression library)
|
|
|
|
Copyright (C) 2002-2003 K.Kosako (kosako@sofnec.co.jp)
|
|
|
|
**********************************************************************/
|
|
/*
|
|
* Source wrapper for Ruby.
|
|
*/
|
|
|
|
#include "regparse.c"
|
|
#include "regcomp.c"
|
|
#include "regexec.c"
|
|
#include "reggnu.c"
|
|
#include "regerror.c"
|