#define CAST(typ,newvar,expr) typ newvar = (typ)expr;
