Typedefs | |
typedef long long | rs_long_t |
A long integer type that can handle the largest file offsets. |
typedef long long rs_long_t |
A long integer type that can handle the largest file offsets.
Perhaps this might have to be configured to be 'long long', 'long', or something else depending on the platform. On WIN32, many config.h's define LONG_LONG as "__int64".