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

Diff for /OpenXM/doc/oxlib/test3.c between version 1.1 and 1.5

version 1.1, 2000/03/16 07:34:37 version 1.5, 2018/03/28 05:09:38
Line 1 
Line 1 
   /* $OpenXM: OpenXM/doc/oxlib/test3.c,v 1.4 2003/03/08 10:47:46 ohara Exp $ */
   #include <stdio.h>
   #include "hhh.h"
   #include <asir/ca.h>
 #include <asir/ox.h>  #include <asir/ox.h>
   #include <signal.h>
   
 main(int argc, char **argv)  main(int argc, char **argv)
 {  {
Line 12  main(int argc, char **argv)
Line 17  main(int argc, char **argv)
         char *kwd,*bdy;          char *kwd,*bdy;
         unsigned int cmd;          unsigned int cmd;
   
           signal(SIGINT,SIG_IGN);
         asir_ox_init(1); /* 1: network byte order; 0: native byte order */          asir_ox_init(1); /* 1: network byte order; 0: native byte order */
         result_len = BUFSIZ;          result_len = BUFSIZ;
         result = (void *)malloc(BUFSIZ);          result = (void *)malloc(BUFSIZ);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

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