From e43939bcc6123e02314aa403eef94d5ace441f7f Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 27 Aug 2023 02:06:32 +0200 Subject: ports: qbe, cproc :^) --- src/libc/include/ctype.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libc/include/ctype.h') diff --git a/src/libc/include/ctype.h b/src/libc/include/ctype.h index 1ebb111..f33b645 100644 --- a/src/libc/include/ctype.h +++ b/src/libc/include/ctype.h @@ -2,6 +2,7 @@ int isalnum(int c); int isalpha(int c); +int isblank(int c); int iscntrl(int c); int isdigit(int c); int isgraph(int c); -- cgit v1.2.3