TwiceAsNice  2019-02-18
Macros | Typedefs
vcc.h File Reference
#include <stdbool.h>
#include <stdint.h>
Include dependency graph for vcc.h:
This graph shows which files directly or indirectly include this file:

Macros

#define WINAPI
 
#define _declspec(__param)
 
#define _stricmp   strcasecmp
 
#define _stricmp   strcasecmp
 
#define max(a, b)   (((a) > (b)) ? (a) : (b))
 
#define min(a, b)   (((a) < (b)) ? (a) : (b))
 

Typedefs

typedef unsigned long DWORD
 
typedef void * LPVOID
 
typedef uint64_t _int64
 

Macro Definition Documentation

◆ _declspec

#define _declspec (   __param)

◆ _stricmp [1/2]

#define _stricmp   strcasecmp

◆ _stricmp [2/2]

#define _stricmp   strcasecmp

◆ max

#define max (   a,
  b 
)    (((a) > (b)) ? (a) : (b))

◆ min

#define min (   a,
  b 
)    (((a) < (b)) ? (a) : (b))

◆ WINAPI

#define WINAPI

Typedef Documentation

◆ _int64

typedef uint64_t _int64

◆ DWORD

typedef unsigned long DWORD

◆ LPVOID

typedef void* LPVOID