comparison test2.c @ 2:35d6eabeadb0

modify Makefile. we can use makefile to compile outside CbC examples. (some examples are not compilable...)
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Wed, 22 Oct 2014 02:06:29 +0900
parents bacef8675607
children e1e9a4eac42d
comparison
equal deleted inserted replaced
1:ba74047a4d78 2:35d6eabeadb0
1 #ifdef GCC
1 #define __environment _CbC_environment 2 #define __environment _CbC_environment
2 #define __return _CbC_return 3 #define __return _CbC_return
4 #endif
3 5
4 #include <stdio.h> 6 #include <stdio.h>
5 int sender_bit; 7 int sender_bit;
6 8
7 __code (*ret)(int,void *); 9 __code (*ret)(int,void *);