libannodex
0.7.3
|
Platform specific types for anx_int64_t. More...
#include <sys/types.h>
Go to the source code of this file.
Typedefs | |
typedef int64_t | anx_int64_t |
This typedef was determined on the system on which the documentation was generated. More... | |
Platform specific types for anx_int64_t.
Adapted from libogg's method.
This file is included by <annodex/anx_types.h> , except on non-GNU Win32 systems anx_int64_w32.h is included instead.
This file should never be included directly by user code.
typedef int64_t anx_int64_t |
This typedef was determined on the system on which the documentation was generated.
To query this on your system, do eg.
echo "#include <annodex/anx_int64.h>" | gcc -E - | grep anx_int64_t