Skip to content

Instantly share code, notes, and snippets.

@campoy
Created April 12, 2018 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save campoy/da668f042a6c6f0455e069a89ea6f9bf to your computer and use it in GitHub Desktop.
Save campoy/da668f042a6c6f0455e069a89ea6f9bf to your computer and use it in GitHub Desktop.
#include <stdio.h>
extern int sum(int a, int b);
int main() {
printf("%d\n", sum(39, 3));
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment