cocos2d-x  3.1rc0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCStdC.h File Reference
#include "base/CCPlatformConfig.h"
#include "base/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>

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_

Typedefs

typedef SSIZE_T ssize_t

Functions

int CC_DLL  (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

Typedef Documentation

typedef SSIZE_T ssize_t

Function Documentation

int CC_DLL gettimeofday ( struct timeval *  ,
struct timezone  
)