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 | Typedefs | Enumerations | Functions
apinames.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>

Go to the source code of this file.

Macros

#define PROGRAM_NAME   "apinames"
 
#define PROGRAM_VERSION   "0.1"
 
#define LINEBUFF_SIZE   1024
 

Typedefs

typedef enum OutputFormat_ OutputFormat
 
typedef struct NameRec_ NameRec
 
typedef struct NameRec_ * Name
 
typedef enum State_ State
 

Enumerations

enum  OutputFormat_ { OUTPUT_LIST = 0, OUTPUT_WINDOWS_DEF, OUTPUT_BORLAND_DEF, OUTPUT_WATCOM_LBC }
 
enum  State_ { STATE_START = 0, STATE_TYPE }
 

Functions

int main (int argc, const char *const *argv)
 

Macro Definition Documentation

◆ LINEBUFF_SIZE

#define LINEBUFF_SIZE   1024

Definition at line 27 of file apinames.c.

◆ PROGRAM_NAME

#define PROGRAM_NAME   "apinames"

Definition at line 24 of file apinames.c.

◆ PROGRAM_VERSION

#define PROGRAM_VERSION   "0.1"

Definition at line 25 of file apinames.c.

Typedef Documentation

◆ Name

typedef struct NameRec_ * Name

◆ NameRec

typedef struct NameRec_ NameRec

◆ OutputFormat

◆ State

typedef enum State_ State

Enumeration Type Documentation

◆ OutputFormat_

Enumerator
OUTPUT_LIST 
OUTPUT_WINDOWS_DEF 
OUTPUT_BORLAND_DEF 
OUTPUT_WATCOM_LBC 

Definition at line 29 of file apinames.c.

◆ State_

enum State_
Enumerator
STATE_START 
STATE_TYPE 

Definition at line 201 of file apinames.c.

Function Documentation

◆ main()

int main ( int  argc,
const char *const argv 
)

Definition at line 326 of file apinames.c.