Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#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) |
#define LINEBUFF_SIZE 1024 |
Definition at line 27 of file apinames.c.
#define PROGRAM_NAME "apinames" |
Definition at line 24 of file apinames.c.
#define PROGRAM_VERSION "0.1" |
Definition at line 25 of file apinames.c.
typedef struct NameRec_ * Name |
typedef struct NameRec_ NameRec |
typedef enum OutputFormat_ OutputFormat |
enum OutputFormat_ |
Enumerator | |
---|---|
OUTPUT_LIST | |
OUTPUT_WINDOWS_DEF | |
OUTPUT_BORLAND_DEF | |
OUTPUT_WATCOM_LBC |
Definition at line 29 of file apinames.c.
enum State_ |
Enumerator | |
---|---|
STATE_START | |
STATE_TYPE |
Definition at line 201 of file apinames.c.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.