=================================================================== RCS file: /home/cvs/OpenXM/doc/oxlib/test1.c,v retrieving revision 1.2 retrieving revision 1.6 diff -u -p -r1.2 -r1.6 --- OpenXM/doc/oxlib/test1.c 2000/02/09 06:08:58 1.2 +++ OpenXM/doc/oxlib/test1.c 2018/03/28 05:09:38 1.6 @@ -1,7 +1,10 @@ -/* $OpenXM: OpenXM/doc/oxlib/test1.c,v 1.1 2000/02/08 13:25:41 takayama Exp $ */ +/* $OpenXM: OpenXM/doc/oxlib/test1.c,v 1.5 2003/03/08 10:25:48 ohara Exp $ */ #include -#include "oxasir.h" +#include "hhh.h" +#include +#include + main() { hoge(); } @@ -28,7 +31,7 @@ hoge() { unsigned char cmo[1024]; int i,size; - asir_ox_init(0); + asir_ox_init(1); asir_ox_push_cmo(cmo0); asir_ox_push_cmo(cmo1); asir_ox_push_cmo(cmo2);