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