💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Vgmi › files › 0081ad4139c35cf6733821eb103c5… captured on 2023-12-28 at 15:46:12. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
0 #ifndef _WCWIDTH_H_
1 #define _WCWIDTH_H_
2
3 #include <wchar.h>
4 int mk_wcwidth(wchar_t ucs);
5
6 #endif
7