os-70-350

os-70-350 Commit Details


Date:2013-12-30 18:50:21 (11 years 8 months ago)
Author:Natalie Adams
Branch:master
Commit:26c3cccacaed3f2da2335cfe666a45229ee58f33
Parents: 688d807a1eaf0bb5892c35920c626d3ae8e11954
Message:Adding sample 0

Changes:

File differences

sample-0/sample.c
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>
int main()
{
int x[10];
int i;
int * z = NULL;
for(i = 0; i < 10; i++)
printf("%i", i+*z);
return 0;
}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.08476s using 14 queries.