Skip to content

Instantly share code, notes, and snippets.

@adrianparvino
Created April 23, 2018 15:03
Show Gist options
  • Save adrianparvino/356a7e6183310e3693fe30dd8e960eb1 to your computer and use it in GitHub Desktop.
Save adrianparvino/356a7e6183310e3693fe30dd8e960eb1 to your computer and use it in GitHub Desktop.
int foo ()
{
int a, b, c, d;
T *res;
res = safe_add(NULL, a, b, &d);
res = safe_add(res , d, c, &d);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment