C++程序  |  7行  |  143 B

#ifndef STRACE_PRINTSIGINFO_H
#define STRACE_PRINTSIGINFO_H

extern void printsiginfo(const siginfo_t *);

#endif /* !STRACE_PRINTSIGINFO_H */