[BACK]Return to math2.tm CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

Diff for /OpenXM/src/ox_math/math2.tm between version 1.6 and 1.7

version 1.6, 1999/11/19 20:51:36 version 1.7, 1999/12/14 09:31:55
Line 1 
Line 1 
 /* -*- mode: C; coding: euc-japan -*- */  /* -*- mode: C; coding: euc-japan -*- */
 /* $OpenXM: OpenXM/src/ox_math/math2.tm,v 1.5 1999/11/07 12:12:55 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_math/math2.tm,v 1.6 1999/11/19 20:51:36 ohara Exp $ */
   
 /* サーバとの通信路を開く */  /* サーバとの通信路を開く */
 int OX_start P((const char *));  int OX_start P((const char *));
Line 20  int OX_start_insecure P ((const char *, int, int));
Line 20  int OX_start_insecure P ((const char *, int, int));
 :ReturnType: Integer  :ReturnType: Integer
 :End:  :End:
   
 int OX_executeStringByLocalParser P((const char *));  int OX_execute_string P((const char *));
   
 :Begin:  :Begin:
 :Function: OX_executeStringByLocalParser  :Function: OX_execute_string
 :Pattern: OxExecute[s_String]  :Pattern: OxExecuteString[s_String]
 :Arguments: {s}  :Arguments: {s}
 :ArgumentTypes: {String}  :ArgumentTypes: {String}
 :ReturnType: Integer  :ReturnType: Integer
Line 60  void OX_popCMO P(());
Line 60  void OX_popCMO P(());
 :ReturnType: Manual  :ReturnType: Manual
 :End:  :End:
   
 void OX_receive P(());  void OX_get P(());
   
 :Begin:  :Begin:
 :Function: OX_receive  :Function: OX_get
 :Pattern: OxReceive[]  :Pattern: OxGet[]
 :Arguments: {}  :Arguments: {}
 :ArgumentTypes: {}  :ArgumentTypes: {}
 :ReturnType: Manual  :ReturnType: Manual

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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