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

fix example
author mir3636
date Sun, 08 Apr 2018 20:55:21 +0900
parents 959d4c8c8abc
children 26042f4007d5
line wrap: on
line diff
--- a/CbC-examples/test_para4.c	Sun Apr 01 14:05:45 2018 +0900
+++ b/CbC-examples/test_para4.c	Sun Apr 08 20:55:21 2018 +0900
@@ -1,6 +1,8 @@
 //#include<stdio.h>
 //#include<stdlib.h>
 
+extern int printf(const char*, ...);
+
 #define DPRINT 1
 #define NOINLINE __attribute__((noinline))