2004-02-01 12:53:28 -05:00

7 lines
69 B
C

char* foo = "Foo";
int SomeFunctionInFoo(int i)
{
return i + 5;
}