diff CbC-examples/stack1.c @ 133:420680fc7707

do normal call in goto codesegment in normal function
author anatofuz
date Sat, 03 Nov 2018 19:49:09 +0900
parents 5d30d517ebed
children 26042f4007d5
line wrap: on
line diff
--- a/CbC-examples/stack1.c	Thu Oct 25 10:21:07 2018 +0900
+++ b/CbC-examples/stack1.c	Sat Nov 03 19:49:09 2018 +0900
@@ -2,7 +2,7 @@
     test for CbC converted __code from C
  */
 
-//#include <stdio.h>
+#include <stdio.h>
 #define NULL 0
 extern int printf(const char*, ...);