PLplot 5.15.0
Loading...
Searching...
No Matches
plfreetype.c File Reference
#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)

Functions

int access (char *filename, int flag)
int plfreetype ()

Macro Definition Documentation

◆ F_OK

#define F_OK   1

Definition at line 68 of file plfreetype.c.

◆ makeunixslash

#define makeunixslash ( b)
Value:
do { char *I; for ( I = b; *I != 0; *I++ ) if ( *I == '\\' ) *I = '/';} while ( 0 )

Definition at line 88 of file plfreetype.c.

Function Documentation

◆ access()

int access ( char * filename,
int flag )

Definition at line 70 of file plfreetype.c.

◆ plfreetype()

int plfreetype ( )

Definition at line 1335 of file plfreetype.c.