1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:18:12 +00:00
serenity/LibC/ctype.h

4 lines
58 B
C

#pragma once
#define isascii(c) (((c) & ~0x7f) == 0)