Fix GC/Wii linker error

Add example program (Currently only targets wii)
This commit is contained in:
2015-10-16 02:46:18 -07:00
parent 8e8135370e
commit 1ee7c82d8b
7 changed files with 84 additions and 208 deletions

View File

@@ -7,10 +7,6 @@
* Any changes to the types or namespacing must be reflected in 'atdna/main.cpp'
*/
#ifdef GEKKO
#include <stdlib.h>
#include <limits.h>
#endif
#include <string.h>
#include <yaml.h>
#include <utf8proc.h>

View File

@@ -21,6 +21,7 @@ long long
strtoq(const char *nptr, char **endptr, int base);
unsigned long long
strtouq(const char *nptr, char **endptr, int base);
/* devkitppc doesn't properly declare strtof for some reason */
float
strtof(const char *string, char **endPtr );
#ifdef __cplusplus