int callered(char a, short b, int c, long d, long long e) { printf("%d %d %d %d %ld\n", a, b, c, d, e); return -1; }