libannodex  0.7.3
Typedefs
anx_int64.h File Reference

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...
 

Detailed Description

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 Documentation

◆ anx_int64_t

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