Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
#define SIZE 5int size(int s[SIZE]){ return sizeof(s);}int main(int argc, char **argv){ int x[SIZE],k,n=SIZE; k=size(x)+sizeof(n++); printf("%d\n",k+n); return 0;}