stdlib.h 213 B

1234567891011121314
  1. #ifndef _BITS_STDLIB_H
  2. #define _BITS_STDLIB_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. long double strtold(const char *nptr, char **endptr);
  7. #ifdef __cplusplus
  8. } // extern "C"
  9. #endif
  10. #endif /* _BITS_STDLIB_H */