blob: 28c936676b42156c065ac136733ca9cf81c629a5 [file] [log] [blame]
#include <ctype.h>
#undef iscsym
int
iscsym (int c)
{
return __iscsym(c);
}