1#ifndef _ARGP_H
2#include <argp/argp.h>
3
4#ifndef _ISOMAC
5extern __typeof (__argp_error) __argp_error attribute_hidden;
6extern __typeof (__argp_failure) __argp_failure attribute_hidden;
7extern __typeof (__argp_input) __argp_input attribute_hidden;
8extern __typeof (__argp_state_help) __argp_state_help attribute_hidden;
9#endif
10
11#endif
12