]> git.saurik.com Git - apple/copyfile.git/blob - copyfile_test/systemx.h
copyfile-166.tar.gz
[apple/copyfile.git] / copyfile_test / systemx.h
1 //
2 // systemx.h
3 // copyfile_test
4 // Stolen from the test routines from the apfs project.
5 //
6
7 #ifndef systemx_h_
8 #define systemx_h_
9
10 #define SYSTEMX_QUIET ((void *)1)
11 #define SYSTEMX_QUIET_STDERR ((void *)2)
12
13 int __attribute__((sentinel)) systemx(const char *prog, ...);
14
15 #endif /* systemx_h_ */