diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ctype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ctype.h b/src/include/ctype.h index 8a04f47e1..ed4d88469 100644 --- a/src/include/ctype.h +++ b/src/include/ctype.h @@ -26,4 +26,6 @@ static inline unsigned char toupper(unsigned char c) return c; } +extern int isspace ( int c ); + #endif /* _CTYPE_H */ |
