Sign in
cobalt
/
cobalt
/
d2bc3b69d823bbaf46d1c4355b23486a85a6d791
/
.
/
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
;
}