YARP
Yet Another Robot Platform
avpreamble.h File Reference
+ Include dependency graph for avpreamble.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __STDC_CONSTANT_MACROS
 
#define INT64_C(c)   (c ## LL)
 
#define UINT64_C(c)   (c ## ULL)
 

Macro Definition Documentation

◆ __STDC_CONSTANT_MACROS

#define __STDC_CONSTANT_MACROS

Definition at line 14 of file avpreamble.h.

◆ INT64_C

#define INT64_C (   c)    (c ## LL)

Definition at line 19 of file avpreamble.h.

◆ UINT64_C

#define UINT64_C (   c)    (c ## ULL)

Definition at line 20 of file avpreamble.h.