reimplmenets the previous iteration with a brand new custom build system
This commit is contained in:
5
libc/stdio/puts.c
Normal file
5
libc/stdio/puts.c
Normal file
@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int puts(const char* string) {
|
||||
return printf("%s\n", string);
|
||||
}
|
Reference in New Issue
Block a user