summaryrefslogtreecommitdiff
path: root/nuttx/include/ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/ctype.h')
-rw-r--r--nuttx/include/ctype.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/include/ctype.h b/nuttx/include/ctype.h
index 22b325eef..a394aa636 100644
--- a/nuttx/include/ctype.h
+++ b/nuttx/include/ctype.h
@@ -48,6 +48,14 @@
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
+#define _U 01
+#define _L 02
+#define _N 04
+#define _S 010
+#define _P 020
+#define _C 040
+#define _X 0100
+#define _B 0200
/****************************************************************************
* Name: isspace