7 lines
69 B
C
7 lines
69 B
C
char* foo = "Foo";
|
|
|
|
int SomeFunctionInFoo(int i)
|
|
{
|
|
return i + 5;
|
|
}
|