[BACK]Return to datatype.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Kan

Diff for /OpenXM/src/kan96xx/Kan/datatype.h between version 1.13 and 1.15

version 1.13, 2010/01/27 15:10:08 version 1.15, 2018/09/07 00:15:44
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/Kan/datatype.h,v 1.12 2006/12/21 05:29:49 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/Kan/datatype.h,v 1.14 2015/09/29 01:52:14 takayama Exp $ */
 #include "gmp.h"  #include "gmp.h"
   #include "gc.h"
   
 /* GC */  /* GC */
 void *GC_malloc(size_t size);  void *GC_malloc(size_t size);
Line 16  int KSset(char *name);
Line 17  int KSset(char *name);
 int KSpushBinary(int size,char *data);  int KSpushBinary(int size,char *data);
 char *KSpopBinary(int *size);  char *KSpopBinary(int *size);
 void KSstart();  void KSstart();
   void KSstart_quiet();
 void KSstop();  void KSstop();
   
 /*********** You may modify these system constants below **********************/  /*********** You may modify these system constants below **********************/

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

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