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

Diff for /OpenXM/src/ox_toolkit/ox_toolkit.h between version 1.45 and 1.46

version 1.45, 2018/04/05 05:31:51 version 1.46, 2020/11/01 10:28:22
Line 1 
Line 1 
 /* -*- mode: C -*- */  /* -*- mode: C -*- */
 /* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.44 2018/04/03 09:58:30 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.45 2018/04/05 05:31:51 ohara Exp $ */
   
 #ifndef _OX_TOOLKIT_H_  #ifndef _OX_TOOLKIT_H_
 #define _OX_TOOLKIT_H_  #define _OX_TOOLKIT_H_
   
   
 #include <stdio.h>  #include <stdio.h>
   #include <string.h>
 #include <gmp.h>  #include <gmp.h>
 #include <mpfr.h>  #include <mpfr.h>
 #include <ox/cmotag.h>  #include <ox/cmotag.h>
Line 354  char *generate_otp();
Line 355  char *generate_otp();
   
 int ox_stderr_init(FILE *fp);  int ox_stderr_init(FILE *fp);
 int ox_printf(char *format, ...);  int ox_printf(char *format, ...);
   
   int gclose();
   int gopen();
   int gFlush();
   int moveto(int x, int y);
   int lineto(int x, int y);
   int setpixel(int x, int y);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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