Sign in
cobalt
/
cobalt
/
25399f97090f8a86f56525c38486080cb2747250
/
.
/
src
/
third_party
/
musl
/
src
/
multibyte
/
mbsinit.c
blob: c608194a0791e4763316778f596cfe9434950299 [
file
] [
log
] [
blame
]
#include
<wchar.h>
int
mbsinit
(
const
mbstate_t
*
st
)
{
return
!
st
||
!*(
unsigned
*)
st
;
}