Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)
Paste
Pasted as C by C Preprocessor ( 11 years ago )
#include<stdio.h>
#define type int
int main()
{
type b;
printf("%d\n",sizeof(b));
return 0;
}
Revise this Paste