blob: 32d04789b0d0030ae0408b7dc1bd75caa0868469 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/**********************************************************************
regex.h -
$Author$
$Date$
Copyright (C) 1993-2004 Yukihiro Matsumoto
**********************************************************************/
#ifndef REGEX_H
#define REGEX_H
#include "oniggnu.h"
#endif /* !REGEX_H */
|