Go to the documentation of this file. 19 #define IFC(func,args)\ 20 error=(*(ft_sim->func))args;\ 21 if(error)current->error = INPerrCat(current->error,INPerror(error)); 27 #define GCA(func,args)\ 29 if(error)current->error = INPerrCat(current->error,INPerror(error)); 35 #define LITERR(text) current->error=INPerrCat(current->error,copy(text)); 42 #define PARSECALL(args)\ 43 current->error = INPerrCat(current->error,INPdevParse args );