#include<stdio.h> typedef void v; typedef int i; int main() { v fun(i, i); fun(2, 3); return 0; } v fun(i a, i b) { i s=2; cahr i; }
Standard input is empty
prog.c: In function ‘fun’: prog.c:14: error: ‘cahr’ undeclared (first use in this function) prog.c:14: error: (Each undeclared identifier is reported only once prog.c:14: error: for each function it appears in.) prog.c:14: error: expected ‘;’ before ‘i’
Standard output is empty