[BACK]Return to d.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / k097

Diff for /OpenXM/src/k097/d.h between version 1.2 and 1.3

version 1.2, 2000/01/21 03:01:25 version 1.3, 2000/12/10 02:21:45
Line 1 
Line 1 
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/k097/d.h,v 1.2 2000/01/21 03:01:25 takayama Exp $ */
 /* d.h;*/  /* d.h;*/
 /*  from stackm.h */  /*  from stackm.h */
   
Line 131  int fsungetc(int c,objectp op);
Line 131  int fsungetc(int c,objectp op);
 void readLineFromFile(FILE *fp,struct stringBuf *obuf);  void readLineFromFile(FILE *fp,struct stringBuf *obuf);
 struct stringBuf *newStringBuf(char *initstr);  struct stringBuf *newStringBuf(char *initstr);
 void doublingStringBuf(struct stringBuf *sbuf);  void doublingStringBuf(struct stringBuf *sbuf);
   objectp checkIfTheFileExists(objectp name);
 void loadFile(objectp op);  void loadFile(objectp op);
 void loadFileWithCpp(objectp op);  void loadFileWithCpp(objectp op);
 void showStringBuff(objectp op);  void showStringBuff(objectp op);

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

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