]> git.ipfire.org Git - thirdparty/glibc.git/blob - include/argp.h
time: Use 64-bit time values for time zone parsing
[thirdparty/glibc.git] / include / argp.h
1 #ifndef _ARGP_H
2 #include <argp/argp.h>
3
4 #ifndef _ISOMAC
5 extern __typeof (__argp_error) __argp_error attribute_hidden;
6 extern __typeof (__argp_failure) __argp_failure attribute_hidden;
7 extern __typeof (__argp_input) __argp_input attribute_hidden;
8 extern __typeof (__argp_state_help) __argp_state_help attribute_hidden;
9 #endif
10
11 #endif