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

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

version 1.2, 2018/03/30 04:43:17 version 1.3, 2018/03/30 08:48:23
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/ox_gsl/ox_gsl.h,v 1.1 2018/03/29 11:52:18 takayama Exp $  /* $OpenXM: OpenXM/src/ox_gsl/ox_gsl.h,v 1.2 2018/03/30 04:43:17 takayama Exp $
 */  */
 // Todo, misc-2017/A3/kanazawa/ox_gsl.h.for_obj  // Todo, misc-2017/A3/kanazawa/ox_gsl.h.for_obj
   #include <fcntl.h>
   #include <unistd.h>
   #include <string.h>
 #include "gmp.h"  #include "gmp.h"
 #include "gmp-impl.h"  #include "gmp-impl.h"
 #include "ox_toolkit.h"  #include "ox_toolkit.h"
Line 36  char *get_string();
Line 39  char *get_string();
   
 cmo *pop();  cmo *pop();
 cmo *make_error2(const char *reason,const char *fname,int line,int code);  cmo *make_error2(const char *reason,const char *fname,int line,int code);
   
   int myfopen_w(char *fname);
   int myfputs(int fd,const char *s);
   int myfclose(int fd);
   

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

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