PLplot
5.9.9
|
Go to the source code of this file.
Macros | |
#define | makeunixslash(b) do { char *I; for ( I = b; *I != 0; *I++ ) if ( *I == '\\' ) *I = '/';} while ( 0 ) |
Functions | |
int | plfreetype () |
#define makeunixslash | ( | b | ) | do { char *I; for ( I = b; *I != 0; *I++ ) if ( *I == '\\' ) *I = '/';} while ( 0 ) |
Definition at line 89 of file plfreetype.c.
int plfreetype | ( | ) |
Definition at line 1336 of file plfreetype.c.