💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Vgmi › files › e7c3b1cee87b8602cb3ce0e422f06… captured on 2023-11-04 at 12:19:52. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

-=-=-=-=-=-=-

Go Back

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