[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.5

version 1.2, 2000/02/09 06:08:58 version 1.5, 2003/03/08 10:25:48
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.4 2003/03/08 07:49:59 takayama Exp $ */
 #include <stdio.h>  #include <stdio.h>
 #include "oxasir.h"  #include <ox/cmotag.h>
   #include <ox/smCommand.h>
   
   
 main() {  main() {
   hoge();    hoge();
 }  }
Line 28  hoge() {
Line 30  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.5

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