DEADSOFTWARE

engine: use lib cp866 where needed
[flatwaifu.git] / src / libs / cp866 / cp866.h
index 57c3ee728e8a7d03f878d17c9baa66bbd5c8afb2..7a8d697c22e0714fce5714723291fe8a7c0fd244 100644 (file)
@@ -1,16 +1,16 @@
 #ifndef CP866_H_INCLUDED
 #define CP866_H_INCLUDED
 
-int cp866_isalpha (char ch);
-int cp866_isupper (char ch);
-int cp866_islower (char ch);
-char cp866_toupper (char ch);
-char cp866_tolower (char ch);
+int cp866_isalpha (int ch);
+int cp866_isupper (int ch);
+int cp866_islower (int ch);
+int cp866_toupper (int ch);
+int cp866_tolower (int ch);
 int cp866_strcasecmp (const char *a, const char *b);
 int cp866_strncasecmp (const char *a, const char *b, unsigned int n);
 
-int cp866_ctou (char ch);
-int cp866_ctoug (char ch);
+int cp866_ctou (int ch);
+int cp866_ctoug (int ch);
 int cp866_utoc (int ch);
 
 #endif /* CP866_H_INCLUDED */