Tor
0.4.7.0-alpha-dev
|
Integer definitions used throughout Tor. More...
#include "orconfig.h"
#include <stdint.h>
#include <stdbool.h>
#include <limits.h>
Go to the source code of this file.
Macros | |
#define | TIME_MAX ((time_t)INT_MAX) |
#define | TIME_MIN ((time_t)INT_MIN) |
#define | TOR_PRIuSZ "zu" |
#define | TOR_PRIdSZ "zd" |
#define | SSIZE_T_CEILING ((ssize_t)(SSIZE_MAX-16)) |
#define | SIZE_T_CEILING ((size_t)(SSIZE_MAX-16)) |
Integer definitions used throughout Tor.
Definition in file torint.h.
#define SIZE_T_CEILING ((size_t)(SSIZE_MAX-16)) |