PLplot
5.10.0
|
Go to the source code of this file.
Defines | |
#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 87 of file plfreetype.c.
int plfreetype | ( | ) |
Definition at line 1334 of file plfreetype.c.