Linux Audio
Check our new training course
1 2 3 4 5 6
#include <wchar.h> int mbsinit(const mbstate_t *st) { return !st || !*(unsigned *)st; }