amiga-ixemul/wchar/mbsinit.c

9 lines
85 B
C

#include <wchar.h>
#undef mbsinit
int mbsinit(const mbstate_t *mbs)
{
return 1;
}