Remove conflicting libc, rename c_xx and os_xx to xx.
c_strtod and c_getenv are kept since strtod doesn't appear in the SDK's libc, and we want our own c_getenv to initialize the Lua main anyway.
app/libc/c_stdarg.h
deleted
100644 → 0
app/libc/c_stddef.h
deleted
100644 → 0
app/libc/c_stdint.h
deleted
100644 → 0
app/libc/c_stdio.c
deleted
100644 → 0
app/libc/c_stdio.h
deleted
100644 → 0
app/libc/c_stdlib.h
deleted
100644 → 0
app/libc/c_string.c
deleted
100644 → 0
app/libc/c_string.h
deleted
100644 → 0
Please register or sign in to comment