comparison 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
comparison
equal deleted inserted replaced
132:d34655255c78 133:420680fc7707
1 /* 1 /*
2 test for CbC converted __code from C 2 test for CbC converted __code from C
3 */ 3 */
4 4
5 //#include <stdio.h> 5 #include <stdio.h>
6 #define NULL 0 6 #define NULL 0
7 extern int printf(const char*, ...); 7 extern int printf(const char*, ...);
8 8
9 extern void *malloc(size_t); 9 extern void *malloc(size_t);
10 10