once_flag
call_once(once_flag *flag, void (*func)(void))
void call_once(once_flag *, void (*)(void));
static once_flag oflag = ONCE_FLAG_INIT;