💾 Archived View for gemini.rmf-dev.com › repo › Vaati › mz › files › e7c3b1cee87b8602cb3ce0e422f0605… captured on 2023-04-26 at 13:29:21. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
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