6 lines
66 B
C
6 lines
66 B
C
#pragma once
|
|
|
|
#include <stddef.h>
|
|
|
|
extern int wcwidth(wchar_t c);
|