💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Vgmi › files › e7c3b1cee87b8602cb3ce0e422f06… captured on 2023-03-20 at 18:00:25. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
0 /* See LICENSE file for copyright and license details. */
1 #ifndef _WCWIDTH_H_
2 #define _WCWIDTH_H_
3
4 #include <wchar.h>
5 int mk_wcwidth(wchar_t ucs);
6
7 #endif
8