7 lines
117 B
C
7 lines
117 B
C
#pragma once
|
|
|
|
#include <wchar.h>
|
|
|
|
void err_mb_a(const char *format, ...);
|
|
void err_mb_w(const wchar_t *format, ...);
|