index
:
bosix
master
POSIX in a box - an all-in-one POSIX command line tool, similar to Busybox, but using the minimal standards compliant tools from UNG
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
grep.c
blob: 8f1a5aaea273cfa187f0d1af8276847248d0486b (
plain
)
1
2
3
#define _XOPEN_SOURCE 700 #define main grep_main #include "grep/grep.c"