missing #include added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6177 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
656bf1ce57
commit
278144a9a8
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
/* File : example.c */
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
||||
/* Compute the greatest common divisor of positive integers */
|
||||
int gcd(int x, int y) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue