Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions
ftrandom.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <unistd.h>
#include <dirent.h>
#include <math.h>
#include <signal.h>
#include <time.h>
#include <ft2build.h>

Go to the source code of this file.

Macros

#define true   1
 
#define false   0
 
#define forever   for (;;)
 
#define GOOD_FONTS_DIR   "/home/wl/freetype-testfonts"
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ false

#define false   0

Definition at line 50 of file ftrandom.c.

Referenced by vlX::VisitorExportToVLB::visitArray().

◆ forever

#define forever   for (;;)

Definition at line 51 of file ftrandom.c.

◆ GOOD_FONTS_DIR

#define GOOD_FONTS_DIR   "/home/wl/freetype-testfonts"

Definition at line 59 of file ftrandom.c.

◆ true

#define true   1

Definition at line 49 of file ftrandom.c.

Referenced by vl::ObjLoader::loadOBJ().

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 554 of file ftrandom.c.

References i, and NULL.