]>
git.saurik.com Git - apple/copyfile.git/blob - copyfile_test/systemx.h
4 // Stolen from the test routines from the apfs project.
10 #define SYSTEMX_QUIET ((void *)1)
11 #define SYSTEMX_QUIET_STDERR ((void *)2)
13 int __attribute__((sentinel
)) systemx(const char *prog
, ...);
15 #endif /* systemx_h_ */