repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i386 removal, part 68/x: Remove a number of obsolete Makefiles from gnu/.
[dragonfly.git]
/
lib
/
libc
/
tre-regex
/
tre.h
blob
536496b9a708da0078f4d30b7bfbb6a498b89cda
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