mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
A bunch of LibC boilerplate stuff added while trying to get figlet to build.
This commit is contained in:
parent
511ed4c4de
commit
bb90c8ecab
23 changed files with 117 additions and 45 deletions
4
LibC/ctype.h
Normal file
4
LibC/ctype.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
#define isascii(c) (((c) & ~0x7f) == 0)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue