diff CbC-examples/test_para4.c @ 150:26042f4007d5 current

fix examples
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 23 May 2020 07:51:47 +0900
parents 5d30d517ebed
children
line wrap: on
line diff
--- a/CbC-examples/test_para4.c	Sat Mar 21 09:14:44 2020 +0900
+++ b/CbC-examples/test_para4.c	Sat May 23 07:51:47 2020 +0900
@@ -2,6 +2,7 @@
 //#include<stdlib.h>
 
 extern int printf(const char*, ...);
+extern     void exit(int status);
 
 #define DPRINT 1
 #define NOINLINE __attribute__((noinline))