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