meta: move photon/libc to root
This commit is contained in:
6
libc/wchar/fwide.c
Normal file
6
libc/wchar/fwide.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int fwide(FILE *fp, int mode)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
6
libc/wchar/vfwprintf.c
Normal file
6
libc/wchar/vfwprintf.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <wchar.h>
|
||||
|
||||
int vfwprintf(FILE *fp, const wchar_t *format, va_list arg)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
6
libc/wchar/vswprintf.c
Normal file
6
libc/wchar/vswprintf.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <wchar.h>
|
||||
|
||||
int vswprintf(wchar_t *buf, size_t len, const wchar_t *format, va_list arg)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user