Skip to content

Instantly share code, notes, and snippets.

@nurpax
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save nurpax/d94e2666ae05b58906c6 to your computer and use it in GitHub Desktop.

Select an option

Save nurpax/d94e2666ae05b58906c6 to your computer and use it in GitHub Desktop.
int foo()
{
return 0;
}
#include <stdio.h>
int main()
{
foo();
foo();
foo();
}
all:
gcc -g main.c b.c -o test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment