]>
Commit | Line | Data |
---|---|---|
558d2836 A |
1 | // |
2 | // systemx.h | |
3 | // hfs | |
4 | // | |
5 | // Created by Chris Suter on 8/12/15. | |
6 | // | |
7 | // | |
8 | ||
9 | #ifndef systemx_c | |
10 | #define systemx_c | |
11 | ||
12 | __BEGIN_DECLS | |
13 | ||
14 | #define SYSTEMX_QUIET ((void *)1) | |
15 | ||
16 | int __attribute__((sentinel)) systemx(const char *prog, ...); | |
17 | ||
18 | __END_DECLS | |
19 | ||
20 | #endif /* systemx_c */ |