finix/libk/include/ctype.h

5 lines
54 B
C
Raw Permalink Normal View History

2023-07-16 06:54:32 +00:00
#pragma once
int isspace(int c);
int isdigit(int c);