Created
April 23, 2018 15:03
-
-
Save adrianparvino/356a7e6183310e3693fe30dd8e960eb1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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