Searched defs:CONST (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoa.h58 #ifndef CONST
60 #define CONST /* blank */ macro
62 #define CONST const macro
64 #endif /* CONST */
112 extern float strtof ANSI((CONST char *, char **));
113 extern double strtod ANSI((CONST char *, char **));
114 extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
123 extern int __strtoId ANSI((CONST char*, char**, double*, double*));
124 extern int __strtoIdd ANSI((CONST char*, char**, double*, double*));
125 extern int __strtoIf ANSI((CONST cha
[all...]

Completed in 70 milliseconds