Return to test1.c CVS log | Up to [local] / OpenXM / doc / oxlib |
version 1.2, 2000/02/09 06:08:58 | version 1.6, 2018/03/28 05:09:38 | ||
---|---|---|---|
|
|
||
/* $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 <stdio.h> | #include <stdio.h> | ||
#include "oxasir.h" | #include "hhh.h" | ||
#include <ox/cmotag.h> | |||
#include <ox/smCommand.h> | |||
main() { | main() { | ||
hoge(); | hoge(); | ||
} | } | ||
|
|
||
unsigned char cmo[1024]; | unsigned char cmo[1024]; | ||
int i,size; | int i,size; | ||
asir_ox_init(0); | asir_ox_init(1); | ||
asir_ox_push_cmo(cmo0); | asir_ox_push_cmo(cmo0); | ||
asir_ox_push_cmo(cmo1); | asir_ox_push_cmo(cmo1); | ||
asir_ox_push_cmo(cmo2); | asir_ox_push_cmo(cmo2); |