changeset 8:a7c771f554e7

remove #include but warnings were not removed
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sun, 01 Dec 2013 20:23:27 +0900
parents c49bf9e28ea8
children 3f7c32b23851
files struct_longjump.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/struct_longjump.c	Sun Dec 01 14:59:18 2013 +0900
+++ b/struct_longjump.c	Sun Dec 01 20:23:27 2013 +0900
@@ -1,5 +1,6 @@
-#include <stdio.h>
-#include <setjmp.h>
+int setjmp(int*);
+int longjmp(int*,int);
+int printf(const char*,...);
 
 struct CbC_env {
   void *ret_p,*env;