isle-portable/ISLE/xbox/atof.h
VoxelTek f30144c239 More bad ""fixes"" to get it compiling
At least it now compiles...???

This definitely needs to be fixed up later.
2025-08-07 14:44:37 +10:00

13 lines
121 B
C

// atof.h
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
double atof(const char *s);
#ifdef __cplusplus
}
#endif