[BACK]Return to testclient.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_toolkit

Diff for /OpenXM/src/ox_toolkit/testclient.c between version 1.1 and 1.2

version 1.1, 1999/12/15 05:21:25 version 1.2, 1999/12/15 07:51:20
Line 1 
Line 1 
 /* -*- mode: C -*- */  /* -*- mode: C -*- */
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/ox_toolkit/testclient.c,v 1.1 1999/12/15 05:21:25 ohara Exp $ */
   
 /* A sample implementation of an OpenXM client with OpenXM C library */  /* A sample implementation of an OpenXM client with OpenXM C library */
   
Line 75  int test_1()
Line 75  int test_1()
     print_cmo(c);      print_cmo(c);
     fputc('\n', stderr);      fputc('\n', stderr);
 }  }
   
   /*  Example:
     testclient
     >(OX_DATA,(CMO_INT32,123))
     >(OX_COMMAND,(SM_popCMO))
     */
   
 int main(int argc, char* argv[])  int main(int argc, char* argv[])
 {  {

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

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