Percy++
A C++ implementation of Private Information Retrieval (PIR) protocols
|
This header contains typedefs for seamless switching between 32- and 64-bit builds of Percy++. More...
#include <stdint.h>
#include <stddef.h>
#include <sys/types.h>
Go to the source code of this file.
This header contains typedefs for seamless switching between 32- and 64-bit builds of Percy++.
The macros that we use to detect the build type are adapted from the discussion at: "http://stackoverflow.com/questions/5272825/detecting-64bit-compile-in-c"