Remove bits/stdlib

This commit is contained in:
Wildan M
2025-12-28 19:43:54 +07:00
parent be446db7c3
commit 8867ba80df
2 changed files with 0 additions and 15 deletions
-14
View File
@@ -1,14 +0,0 @@
#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 */