mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:18:12 +00:00
4 lines
58 B
C
4 lines
58 B
C
#pragma once
|
|
|
|
#define isascii(c) (((c) & ~0x7f) == 0)
|
|
|