summaryrefslogtreecommitdiff
path: root/include/Regex.h
blob: 363be993d79fc3f9cb0dffc1bf59f72256c1edcd (plain)
1
2
3
4
5
6
7
8
#ifndef __REGEX_H__
#define __REGEX_H__
#ifdef __cplusplus

#else
#error This only works with a C++ compiler
#endif
#endif