]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/argp.h
Use floor functions not __floor functions in glibc libm.
[thirdparty/glibc.git] / include / argp.h
CommitLineData
8345a760 1#ifndef _ARGP_H
1fb05e3d 2#include <argp/argp.h>
8345a760
L
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