QtBase  v6.3.1
Classes | Macros | Typedefs | Enumerations | Functions
apinames.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
Include dependency graph for apinames.c:

Go to the source code of this file.

Classes

struct  NameRec_
 

Macros

#define PROGRAM_NAME   "apinames"
 
#define PROGRAM_VERSION   "0.3"
 
#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 ,
  OUTPUT_NETWARE_IMP , OUTPUT_GNU_VERMAP
}
 
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.3"

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 
OUTPUT_NETWARE_IMP 
OUTPUT_GNU_VERMAP 

Definition at line 30 of file apinames.c.

◆ State_

enum State_
Enumerator
STATE_START 
STATE_TYPE 

Definition at line 234 of file apinames.c.

Function Documentation

◆ main()

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

Definition at line 370 of file apinames.c.