|
PLplot
5.10.0
|
Go to the source code of this file.
Defines | |
| #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) |
| char * | pl_create_tempfifo (const char **p_fifoname, const char **p_dirname) |
| #define _S_IREAD 256 |
| #define _S_IWRITE 128 |
| char* pl_create_tempfifo | ( | const char ** | p_fifoname, |
| const char ** | p_dirname | ||
| ) |
| FILE* pl_create_tempfile | ( | char ** | fname | ) |
| void plio_fgets | ( | char * | buf, |
| int | size, | ||
| FILE * | stream | ||
| ) |
| void plio_fread | ( | void * | buf, |
| size_t | size, | ||
| size_t | nmemb, | ||
| FILE * | stream | ||
| ) |
| void plio_fwrite | ( | void * | buf, |
| size_t | size, | ||
| size_t | nmemb, | ||
| FILE * | stream | ||
| ) |