long f(long); #define ERG 320 int ret = f(ERG); printf("ret ist %i (sollte %i sein)\n", ret, ERG); RET(ret == ERG);