Skip to content

Instantly share code, notes, and snippets.

@muaddib1971
Created May 25, 2017 02:39
Show Gist options
  • Select an option

  • Save muaddib1971/8c041da8147885e2893531665ebe91b7 to your computer and use it in GitHub Desktop.

Select an option

Save muaddib1971/8c041da8147885e2893531665ebe91b7 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <stdlib.h>
int warning(){}
int main(void)
{
printf("%d\n", warning());
return EXIT_SUCCESS;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment