xref: /dflybsd-src/lib/libc/tre-regex/tre.h (revision ffd49a44576ac6919c30847a4587ded460b0c99d)
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