meta: move photon/libc to root
This commit is contained in:
7
libc/stdio/vprintf.c
Normal file
7
libc/stdio/vprintf.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include "__printf.h"
|
||||
|
||||
int vprintf(const char *restrict format, va_list arg)
|
||||
{
|
||||
return vfprintf(stdout, format, arg);
|
||||
}
|
||||
Reference in New Issue
Block a user