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
@@ -17,9 +17,6 @@
#include "container.h"
#include "crypto.h"
#ifdef HAVE_CTYPE_H
#include <ctype.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <assert.h>