dthelp/parser: use standard ctype case functions

This commit is contained in:
Chase
2025-11-24 21:55:57 -05:00
committed by Jon Trulson
parent 48aaa75f11
commit 9d9f3f9380
32 changed files with 27 additions and 302 deletions

View File

@@ -27,7 +27,7 @@
/* hpux protects stdio.h from multiple includes thru stdlib.h . */
#include <stdio.h>
#include <ctype.h>
#define TRUE 1
#define FALSE 0
typedef unsigned char LOGICAL;