Add a better (non-locale-having) ctypes implementation to avoid protocol and parsing mismatches on different platforms.

svn:r18189
This commit is contained in:
Nick Mathewson
2009-01-20 21:33:56 +00:00
parent d20ae4962f
commit a87980c2eb
5 changed files with 77 additions and 24 deletions
-3
View File
@@ -30,9 +30,6 @@
#include <pwd.h>
#endif
#ifdef HAVE_CTYPE_H
#include <ctype.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>