[BACK]Return to test1.c CVS log [TXT][DIR] Up to [local] / OpenXM / doc / oxlib

Diff for /OpenXM/doc/oxlib/test1.c between version 1.2 and 1.4

version 1.2, 2000/02/09 06:08:58 version 1.4, 2003/03/08 07:49:59
Line 1 
Line 1 
 /* $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.3 2000/03/16 07:34:37 noro Exp $ */
 #include <stdio.h>  #include <ox/cmotag.h>
 #include "oxasir.h"  #include <ox/smCommand.h>
   
   
 main() {  main() {
   hoge();    hoge();
 }  }
Line 28  hoge() {
Line 29  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);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>