#include "TCDefines.h"
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
Go to the source code of this file.
Namespaces | |
namespace | TC |
namespace | std |
STL namespace. | |
Defines | |
#define | TC_OWN_STD_DEFINE |
Typedefs | |
typedef char | TC::sint8 |
typedef for 8bit signed int | |
typedef short | TC::sint16 |
typedef for 16bit signed int | |
typedef int | TC::sint32 |
typedef for singned int 32bit | |
typedef __int64 | TC::sint64 |
typedef for 64bit signed int | |
typedef unsigned char | TC::uint8 |
typedef for 8bit unsigned int | |
typedef unsigned short | TC::uint16 |
typedef for 16bit unsigned int | |
typedef unsigned int | TC::uint32 |
typedef for 32bit unsigned int | |
typedef unsigned __int64 | TC::uint64 |
typedef for 64bit signed int | |
typedef unsigned char | TC::uchar |
typedef for 8bit unsigned char |
Definition in file TCTypes.h.