codekingpro's picture
Add files using upload-large-folder tool
4bcc2be verified
Raw
History Blame Contribute Delete
83 Bytes
static void f1()
{
char buf[10];
int i;
for(i = 0; i < 10; i++)
buf[i] = 1;
}