Raw File
foo.c
int foo()
{
  return 0x42;
}
back to top