]> git.saurik.com Git - apple/hfs.git/blame - tests/systemx.h
hfs-556.100.11.tar.gz
[apple/hfs.git] / tests / systemx.h
CommitLineData
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
16int __attribute__((sentinel)) systemx(const char *prog, ...);
17
18__END_DECLS
19
20#endif /* systemx_c */