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
/
chmod.c
blob: 623a823adc1d4e117d56555c72bc9a0c55824e85 (
plain
)
1
2
3
#define _XOPEN_SOURCE 700 #define main chmod_main #include "chmod/chmod.c"