1#ifndef _ARGP_FMTSTREAM_H
2#include <argp/argp-fmtstream.h>
3
4#ifndef _ISOMAC
5extern __typeof (__argp_fmtstream_ensure) __argp_fmtstream_ensure
6 attribute_hidden;
7extern __typeof (__argp_fmtstream_free) __argp_fmtstream_free
8 attribute_hidden;
9extern __typeof (__argp_fmtstream_printf) __argp_fmtstream_printf
10 attribute_hidden;
11extern __typeof (__argp_fmtstream_update) __argp_fmtstream_update
12 attribute_hidden;
13extern __typeof (__argp_fmtstream_write) __argp_fmtstream_write
14 attribute_hidden;
15extern __typeof (__argp_make_fmtstream) __argp_make_fmtstream
16 attribute_hidden;
17#endif
18
19#endif
20

source code of glibc/include/argp-fmtstream.h