PLplot
5.13.0
|
#include "plConfig.h"
#include <stdio.h>
#include "plDevs.h"
#include "plplotP.h"
#include "drivers.h"
Go to the source code of this file.
Macros | |
#define | F_OK 1 |
#define | makeunixslash(b) do { char *I; for ( I = b; *I != 0; *I++ ) if ( *I == '\\' ) *I = '/';} while ( 0 ) |
Functions | |
int | access (char *filename, int flag) |
int | plfreetype () |
#define F_OK 1 |
Definition at line 68 of file plfreetype.c.
#define makeunixslash | ( | b | ) | do { char *I; for ( I = b; *I != 0; *I++ ) if ( *I == '\\' ) *I = '/';} while ( 0 ) |
Definition at line 88 of file plfreetype.c.
int access | ( | char * | filename, |
int | flag | ||
) |
Definition at line 70 of file plfreetype.c.
int plfreetype | ( | ) |
Definition at line 1335 of file plfreetype.c.