[BACK]Return to wsio.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / include

Diff for /OpenXM_contrib2/asir2018/include/wsio.h between version 1.1 and 1.2

version 1.1, 2018/09/19 06:00:58 version 1.2, 2019/03/27 08:51:01
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM$   * $OpenXM: OpenXM_contrib2/asir2018/include/wsio.h,v 1.1 2018/09/19 06:00:58 noro Exp $
 */  */
 #ifndef WSIO_H  #ifndef WSIO_H
 #define WSIO_H  #define WSIO_H
Line 66 
Line 66 
   
 typedef struct  typedef struct
   {    {
   #if defined(VISUAL)
     int*   _p;
   #else
   FILE  fp;    FILE  fp;
   #endif
   int    fildes;    int    fildes;
   int    p;    int    p;
   int     read_flag;    int     read_flag;
Line 78  typedef struct
Line 82  typedef struct
   }STREAM;    }STREAM;
   
 STREAM *WSIO_open(int,char *);  STREAM *WSIO_open(int,char *);
   int WSIO_fileno(STREAM *);
 int cread (char *, unsigned int, int, STREAM *);  int cread (char *, unsigned int, int, STREAM *);
 int cwrite (char *, unsigned int, int, STREAM *);  int cwrite (char *, unsigned int, int, STREAM *);
 int cflush(STREAM *);  int cflush(STREAM *);

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

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