fn isblank(c: c_int) callconv(.c) c_int
fn isblank(c: c_int) callconv(.c) c_int { return @intFromBool(c == ' ' or c == '\t'); }