foo.c 69 B

123456
  1. char* foo = "Foo";
  2. int SomeFunctionInFoo(int i)
  3. {
  4. return i + 5;
  5. }