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/Makefile
deleted
100644 → 0
app/libc/c_ctype.c
deleted
100644 → 0
app/libc/c_ctype.h
deleted
100644 → 0
app/libc/c_errno.h
deleted
100644 → 0
app/libc/c_fcntl.h
deleted
100644 → 0
app/libc/c_limits.h
deleted
100644 → 0
app/libc/c_locale.h
deleted
100644 → 0
app/libc/c_math.c
deleted
100644 → 0
app/libc/c_math.h
deleted
100644 → 0
app/libc/c_signal.h
deleted
100644 → 0
Please register or sign in to comment