a unistd.h compatibily header (for architecture without it)
More...
#include <sprint/platform.h>
#include <windows.h>
Go to the source code of this file.
Typedefs |
|
typedef int | socklen_t |
|
typedef short int | int16_t |
|
typedef unsigned short int | uint16_t |
|
typedef long int | int32_t |
|
typedef unsigned long int | uint32_t |
|
typedef __int64 | int64_t |
|
typedef unsigned __int64 | uint64_t |
|
typedef unsigned char | byte |
|
typedef signed char | sbyte |
|
typedef unsigned short | word |
|
typedef signed short | sword |
|
typedef unsigned int | dword |
|
typedef signed int | sdword |
|
typedef unsigned char | uint8 |
|
typedef signed char | int8 |
|
typedef unsigned short | uint16 |
|
typedef signed short | int16 |
|
typedef unsigned int | uint32 |
|
typedef signed int | int32 |
Detailed Description
a unistd.h compatibily header (for architecture without it)