summaryrefslogtreecommitdiffstats
path: root/src/lib/ctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ctype.c')
-rwxr-xr-xsrc/lib/ctype.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/lib/ctype.c b/src/lib/ctype.c
new file mode 100755
index 0000000..5b10635
--- /dev/null
+++ b/src/lib/ctype.c
@@ -0,0 +1,22 @@
+// $Id: ctype.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $
+// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ctype.c,v $
+//-----------------------------------------------------------------------------
+// *! (C) Copyright International Business Machines Corp. 2013
+// *! All Rights Reserved -- Property of IBM
+// *! *** IBM Confidential ***
+//-----------------------------------------------------------------------------
+
+/// \file ctype.c
+/// \brief Replacement for <ctype.h> functions
+///
+/// This file contains entry point equivalents for the "ctype.h" macros.
+/// These would only ever be used by assembler programs, therefore it's likely
+/// that the object file will never be linked into an image.
+
+#define __CTYPE_C__
+#include "ctype.h"
+#undef __CTYPE_C__
+
+
+
+
OpenPOWER on IntegriCloud