Skip to content

Commit

Permalink
example.c: Add #include <stdio.h>.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed Jan 13, 2018
1 parent 0d60039 commit 513d759
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example.c
@@ -1,3 +1,5 @@
#include <stdio.h>

int main()
{
int i;
Expand Down

0 comments on commit 513d759

Please sign in to comment.