move stdlib bits to cbindgen

This commit is contained in:
auronandace
2026-03-31 08:31:26 +01:00
parent d34872cb35
commit afd9cad0c3
2 changed files with 3 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 */