icompat.h - iomenu - interactive terminal-based selection menu Err bitreich.org 70 hgit clone git://bitreich.org/iomenu git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/iomenu URL:git://bitreich.org/iomenu git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/iomenu bitreich.org 70 1Log /scm/iomenu/log.gph bitreich.org 70 1Files /scm/iomenu/files.gph bitreich.org 70 1Refs /scm/iomenu/refs.gph bitreich.org 70 1Tags /scm/iomenu/tag bitreich.org 70 1README /scm/iomenu/file/README.gph bitreich.org 70 1LICENSE /scm/iomenu/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 icompat.h (442B) Err bitreich.org 70 i--- Err bitreich.org 70 i 1 #ifndef COMPAT_H Err bitreich.org 70 i 2 #define COMPAT_H Err bitreich.org 70 i 3 Err bitreich.org 70 i 4 #include Err bitreich.org 70 i 5 #include Err bitreich.org 70 i 6 Err bitreich.org 70 i 7 #define wcwidth(c) mk_wcwidth_cjk(c) Err bitreich.org 70 i 8 Err bitreich.org 70 i 9 char *strcasestr(const char *str1, const char *str2); Err bitreich.org 70 i 10 size_t strlcpy(char *buf, char const *str, size_t sz); Err bitreich.org 70 i 11 char *strsep(char **str_p, char const *sep); Err bitreich.org 70 i 12 int mk_wcwidth(wchar_t ucs); Err bitreich.org 70 i 13 int mk_wcswidth(const wchar_t *pwcs, size_t n); Err bitreich.org 70 i 14 int mk_wcwidth_cjk(wchar_t ucs); Err bitreich.org 70 i 15 int mk_wcswidth_cjk(const wchar_t *pwcs, size_t n); Err bitreich.org 70 i 16 Err bitreich.org 70 i 17 #endif Err bitreich.org 70 .