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

@@ -170,8 +170,6 @@ void m_longent(int context);
LOGICAL m_lookent(M_WCHAR *name, unsigned char *type, M_WCHAR **content,
unsigned char *wheredef);
int main(int argc, char **argv);
void *m_malloc(int size, char *msg);
void m_mberr1(const char *text, const char *arg);