Logo
Explore Help
Sign In
fluencelabs/musl
1
0
Fork 0
You've already forked musl
mirror of https://github.com/fluencelabs/musl synced 2025-05-22 20:21:32 +00:00
Code Issues Projects Releases Wiki Activity
musl/src/stdio/getwchar.c

10 lines
135 B
C
Raw Normal View History

initial check-in, version 0.5.0
2011-02-12 00:22:29 -05:00
#include "stdio_impl.h"
clean up stdio_impl.h this header evolved to facilitate the extremely lazy practice of omitting explicit includes of the necessary headers in individual stdio source files; not only was this sloppy, but it also increased build time. now, stdio_impl.h is only including the headers it needs for its own use; any further headers needed by source files are included directly where needed.
2012-11-08 16:39:41 -05:00
#include <wchar.h>
initial check-in, version 0.5.0
2011-02-12 00:22:29 -05:00
wint_t getwchar(void)
{
return fgetwc(stdin);
}
weak_alias(getwchar, getwchar_unlocked);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 72ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API