Defines | Functions

plfreetype.c File Reference

#include <unistd.h>
#include "plDevs.h"
#include "plplotP.h"
#include "drivers.h"

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 Documentation

#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.


Function Documentation

int plfreetype (  ) 

Definition at line 1282 of file plfreetype.c.