aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/include/ctype.h')
-rw-r--r--lib/libc/include/ctype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/include/ctype.h b/lib/libc/include/ctype.h
index 3e5e47b..9051a75 100644
--- a/lib/libc/include/ctype.h
+++ b/lib/libc/include/ctype.h
@@ -1,5 +1,5 @@
/******************************************************************************
- * Copyright (c) 2004, 2007 IBM Corporation
+ * Copyright (c) 2004, 2008 IBM Corporation
* All rights reserved.
* This program and the accompanying materials
* are made available under the terms of the BSD License
@@ -15,6 +15,7 @@
int isdigit(int c);
int isxdigit(int c);
+int isprint(int c);
int isspace(int c);
int tolower(int c);