source: trunk/sys/dietlibc/mbsinit.c @ 391

Last change on this file since 391 was 1, checked in by alain, 7 years ago

First import

File size: 83 bytes
Line 
1#include <wchar.h>
2
3int mbsinit(const mbstate_t* s) {
4  return (!s || s->sofar);
5}
Note: See TracBrowser for help on using the repository browser.