blob: c608194a0791e4763316778f596cfe9434950299 [file] [log] [blame]
#include <wchar.h>
int mbsinit(const mbstate_t *st)
{
return !st || !*(unsigned *)st;
}