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