1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
This commit is contained in:
Stefan Lankes 2017-08-07 09:29:44 +02:00
parent a6db410278
commit a5c5f28a6e

View file

@ -25,7 +25,7 @@
*/
#ifndef __CTYPE_H_
#define __CYTPE_H_
#define __CTYPE_H_
/** Returns true if the value of 'c' is an ASCII-charater */
static inline int isascii(int c)