1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

Remove #include <stdio.h>. Add #include <string.h>.

This commit is contained in:
Keisuke Nishida 2001-03-09 23:33:41 +00:00
parent ffdeebc3a9
commit 783e777478
62 changed files with 23 additions and 64 deletions

View file

@ -43,8 +43,6 @@
/* Defining Scheme functions implemented by C functions --- subrs. */
#include <stdio.h>
#include "libguile/gh.h"
/* allows you to define new scheme primitives written in C */