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

fix example
author mir3636
date Sun, 08 Apr 2018 20:55:21 +0900
parents 365b84b6fe04
children
line wrap: on
line diff
--- a/CbC-examples/test1.c	Sun Apr 01 14:05:45 2018 +0900
+++ b/CbC-examples/test1.c	Sun Apr 08 20:55:21 2018 +0900
@@ -7,7 +7,7 @@
 
 #include <stdio.h>
 
-extern void *malloc(int);
+extern void *malloc(size_t);
 
 typedef void *stack;