Rethink the libc layout.
This commit is contained in:
parent
83e1b2ad94
commit
4dbdb7d8d5
|
@ -33,7 +33,7 @@ for _, plat in ipairs(vars.plats) do
|
|||
srcs = {
|
||||
"+ctype_files",
|
||||
"+ctype_tab",
|
||||
"./src/core/*.c",
|
||||
"./pure/string/*.c",
|
||||
"./ctype/*.c",
|
||||
"./errno/*.c",
|
||||
"./locale/*.c",
|
||||
|
|
3
lang/cem/libcc.ansi/pure/README.md
Normal file
3
lang/cem/libcc.ansi/pure/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
This directory contains _only_ pure-code libc functions with no dependencies
|
||||
on anything other than other pure functions (for example: strcmp, div). There
|
||||
should be no reason why any platform won't want these in its libc.
|
Loading…
Reference in a new issue