mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
[libc] Add new libc
This new libc is mostly from scratch, with *printf() functions provided by Marco Paland and Eyal Rozenberg's tiny printf library, and malloc and friends provided by dlmalloc.
This commit is contained in:
3
src/libraries/libc/stdio/putchar.cpp
Normal file
3
src/libraries/libc/stdio/putchar.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int putchar(char c) {return 0;}
|
||||
Reference in New Issue
Block a user