Files
RedBear-OS/include/bits/stdlib.h
T
2018-12-14 12:00:21 -07:00

15 lines
213 B
C

#ifndef _BITS_STDLIB_H
#define _BITS_STDLIB_H
#ifdef __cplusplus
extern "C" {
#endif
long double strtold(const char *nptr, char **endptr);
#ifdef __cplusplus
} // extern "C"
#endif
#endif /* _BITS_STDLIB_H */