separating: there will be libk and libc
This commit is contained in:
14
libk/ctype.h
Normal file
14
libk/ctype.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// Ctype implementation for blankos/libk header
|
||||
// Author: xamidev
|
||||
// Licensed under the Unlicense. See the repo below.
|
||||
// https://github.com/xamidev/blankos
|
||||
|
||||
#ifndef CTYPE_H
|
||||
#define CTYPE_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
bool isdigit(char c);
|
||||
bool isspace(char c);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user