meta: move photon/libc to root
This commit is contained in:
14
libc/include/wchar.h
Normal file
14
libc/include/wchar.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef WCHAR_H_
|
||||
#define WCHAR_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
typedef unsigned int wchar_t;
|
||||
|
||||
extern int fwide(FILE *fp, int mode);
|
||||
|
||||
extern int vfwprintf(FILE *stream, const wchar_t *format, va_list arg);
|
||||
extern int vswprintf(wchar_t *buf, size_t len, const wchar_t *format, va_list arg);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user