xref: /dflybsd-src/lib/libc/tre-regex/tre.h (revision 265a14288b8a0c83c58af038128303ea7cd83c94)
1 #ifndef TRE_H
2 #define TRE_H 1
3 
4 #define RE_MAGIC  ((('r'^0200)<<8) | 'e')
5 
6 #include "regex.h"
7 
8 #endif
9