Defines | Functions

plstdio.c File Reference

#include "plplotP.h"

Go to the source code of this file.

Defines

#define NEED_PLDEBUG
#define _S_IREAD   256
#define _S_IWRITE   128

Functions

void plio_fwrite (void *buf, size_t size, size_t nmemb, FILE *stream)
void plio_fread (void *buf, size_t size, size_t nmemb, FILE *stream)
void plio_fgets (char *buf, int size, FILE *stream)
FILE * pl_create_tempfile (char **fname)

Define Documentation

#define _S_IREAD   256
#define _S_IWRITE   128
#define NEED_PLDEBUG

Definition at line 26 of file plstdio.c.


Function Documentation

FILE* pl_create_tempfile ( char **  fname  ) 

Definition at line 174 of file plstdio.c.

void plio_fgets ( char *  buf,
int  size,
FILE *  stream 
)

Definition at line 131 of file plstdio.c.

void plio_fread ( void *  buf,
size_t  size,
size_t  nmemb,
FILE *  stream 
)

Definition at line 87 of file plstdio.c.

void plio_fwrite ( void *  buf,
size_t  size,
size_t  nmemb,
FILE *  stream 
)

Definition at line 55 of file plstdio.c.