mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
fix typo
This commit is contained in:
parent
a6db410278
commit
a5c5f28a6e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue