Move memory handling into string, do not use compiler_builtins for memory handling

This commit is contained in:
Jeremy Soller
2018-03-27 21:28:48 -06:00
parent 79d05d7eda
commit dabd8dc6a2
8 changed files with 68 additions and 55 deletions
-1
View File
@@ -1,6 +1,5 @@
sys_includes = ["stddef.h", "stdint.h"]
include_guard = "_STRING_H"
trailer = "#include <bits/string.h>"
language = "C"
[enum]