1
0
Fork 0
forked from len0rd/rockbox

fix ctype extern

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1046 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-06-17 13:51:51 +00:00
parent aca6b2ef22
commit 980359f924

View file

@ -36,7 +36,7 @@ int _EXFUN(_toupper, (int __c));
#define _X 0100
#define _B 0200
extern __IMPORT _CONST char _ctype_[];
extern char _ctype_[];
#ifndef __cplusplus
#define isalpha(c) ((_ctype_+1)[(unsigned)(c)]&(_U|_L))