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

Diff for /OpenXM/doc/oxlib/test2.c between version 1.1 and 1.2

version 1.1, 2000/02/08 13:25:41 version 1.2, 2000/03/16 07:34:37
Line 1 
Line 1 
 /* $OpenXM$ */  /* $OpenXM: OpenXM/doc/oxlib/test2.c,v 1.1 2000/02/08 13:25:41 takayama Exp $ */
 #include <stdio.h>  #include <asir/ox.h>
 #include <sys/param.h>  
 #include "oxasir.h"  
   
 char *asir_ox_pop_string();  char *asir_ox_pop_string();
   
 main() {  main() {
   char *s;    char *s;
   asir_ox_init(0);  /* Use the network byte order */    asir_ox_init(1);  /* Use the network byte order */
   
   /* Loading the file xm */    /* Loading the file xm */
   /* This part generates a core dump. I'm trying to find a reason. */    /* This part generates a core dump. I'm trying to find a reason. */

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

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