diff CbC-examples/test_cs.c @ 126:5d30d517ebed

fix example
author mir3636
date Sun, 08 Apr 2018 20:55:21 +0900
parents 4c6926a2b9bc
children 26042f4007d5
line wrap: on
line diff
--- a/CbC-examples/test_cs.c	Sun Apr 01 14:05:45 2018 +0900
+++ b/CbC-examples/test_cs.c	Sun Apr 08 20:55:21 2018 +0900
@@ -1,6 +1,8 @@
 //#include<stdio.h>
 //#include<stdlib.h>
 
+extern int printf(const char*, ...);
+
 __code cs_exit(int , double , char );
 __code cs1(int, int, int, int);
 __code cs2(double, double, int, double);