Skip to content

Commit a5c4509

Browse files
Unnecessary #include statement (yasoob#216)
No stdio functions were used in this file.
1 parent 219193a commit a5c4509

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

python_c_extension.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ Simple C code to add two numbers, save it as ``add.c``
3636
3737
//sample C file to add 2 numbers - int and floats
3838
39-
#include <stdio.h>
40-
4139
int add_int(int, int);
4240
float add_float(float, float);
4341

0 commit comments

Comments
 (0)