Raw File
foo.c
char* foo = "Foo";

int SomeFunctionInFoo()
{
  return 5;
}
back to top