include_c "ctype.h"; fun main() -> int@ { if (isalpha('a') and not isalpha('1')) return 0; else return 1; }