shithub: scc

ref: 6ed60e4e77c4c59fdd0aa27fb6b9af2be9658faf
dir: /lib/c/include/wchar.h/

View raw version
#ifndef _WCHAR_H_
#define _WCHAR_H_


/* TODO: This is only a placeholder */
typedef long wchar_t;
typedef long wint_t;

extern size_t wcsnlen(const wchar_t *s, size_t maxlen);
extern wint_t putwc(wchar_t wc, FILE *fp);

#endif