| CSocket project page | CSocket home page |
#include <limits.h>


Go to the source code of this file.
Defines | |
| #define | __WORDSIZE 32 |
| #define | CLEARERR(x) clearerr(x) |
| #define | FALSE 0 |
| #define | FCLOSE(x) fclose(x) |
| #define | FEOF(x) feof(x) |
| #define | FERROR(x) ferror(x) |
| #define | FFLUSH(x) fflush(x) |
| #define | FILE_HANDLE FILE * |
| #define | FILENO(s) fileno(s) |
| #define | FOPEN(x, y) fopen(x, y) |
| #define | FPRINTF fprintf |
| #define | FSTAT(s, st) fstat(FILENO(s), st) |
| #define | GET_CLOCK_COUNT(x) gettimeofday(x, NULL) |
| #define | htonll(x) ((((uint64)htonl(x)) << 32) + htonl(x >> 32)) |
| #define | LSTAT(x, y) lstat(x,y) |
| #define | ntohll(x) ((((uint64)ntohl(x)) << 32) + ntohl(x >> 32)) |
| #define | PRINTF printf |
| #define | SNPRINTF snprintf |
| #define | STAT_BLK_SIZE(x) ((x).st_blksize) |
| #define | STRTOULL(x) strtoull(x, NULL, 10) |
| #define | STRUCT_STAT struct stat |
| #define | TRUE 1 |
| #define | VPRINTF vprintf |
Variables | |
| __extension__ typedef long long int | int64 |
| __extension__ typedef unsigned long long int | uint64 |
| #define __WORDSIZE 32 |
| #define CLEARERR | ( | x | ) | clearerr(x) |
| #define FALSE 0 |
| #define FCLOSE | ( | x | ) | fclose(x) |
| #define FEOF | ( | x | ) | feof(x) |
| #define FERROR | ( | x | ) | ferror(x) |
| #define FFLUSH | ( | x | ) | fflush(x) |
| #define FILE_HANDLE FILE * |
| #define FILENO | ( | s | ) | fileno(s) |
| #define FOPEN | ( | x, | |||
| y | ) | fopen(x, y) |
| #define FPRINTF fprintf |
| #define FSTAT | ( | s, | |||
| st | ) | fstat(FILENO(s), st) |
| #define GET_CLOCK_COUNT | ( | x | ) | gettimeofday(x, NULL) |
| #define htonll | ( | x | ) | ((((uint64)htonl(x)) << 32) + htonl(x >> 32)) |
| #define LSTAT | ( | x, | |||
| y | ) | lstat(x,y) |
| #define ntohll | ( | x | ) | ((((uint64)ntohl(x)) << 32) + ntohl(x >> 32)) |
| #define PRINTF printf |
| #define SNPRINTF snprintf |
| #define STAT_BLK_SIZE | ( | x | ) | ((x).st_blksize) |
| #define STRTOULL | ( | x | ) | strtoull(x, NULL, 10) |
| #define STRUCT_STAT struct stat |
| #define TRUE 1 |
| #define VPRINTF vprintf |
| __extension__ typedef long long int int64 |
| __extension__ typedef unsigned long long int uint64 |
|
hosts this site. |
Send comments to: CarrierLabs Developers |