cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCStdC.h File Reference
#include "platform/CCPlatformConfig.h"
#include "platform/CCPlatformMacros.h"
#include <float.h>
#include <BaseTsd.h>
#include <math.h>
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <stdint.h>
#include <WinSock2.h>
#include <Windows.h>

Classes

struct  timezone
 

Macros

#define __SSIZE_T
 
#define _USE_MATH_DEFINES
 
#define isnan   _isnan
 
#define snprintf   _snprintf
 
#define M_PI   3.14159265358
 
#define M_PI_2   1.57079632679
 
#define NOMINMAX
 
#define MIN(x, y)   (((x) > (y)) ? (y) : (x))
 
#define MAX(x, y)   (((x) < (y)) ? (y) : (x))
 
#define _WINSOCKAPI_
 
#define WIN32_LEAN_AND_MEAN   1
 

Typedefs

typedef SSIZE_T ssize_t
 

Functions

int CC_DLL gettimeofday (struct timeval *, struct timezone *)
 

Macro Definition Documentation

#define __SSIZE_T
#define _USE_MATH_DEFINES
#define _WINSOCKAPI_
#define isnan   _isnan
#define M_PI   3.14159265358
#define M_PI_2   1.57079632679
#define MAX (   x,
 
)    (((x) < (y)) ? (y) : (x))
#define MIN (   x,
 
)    (((x) > (y)) ? (y) : (x))
#define NOMINMAX
#define snprintf   _snprintf
#define WIN32_LEAN_AND_MEAN   1

Typedef Documentation

typedef SSIZE_T ssize_t

Function Documentation

int CC_DLL gettimeofday ( struct timeval *  ,
struct timezone  
)