funkalicious 0.1

common.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define STRINGIFY(x)   #x
#define SYMB_TO_STRING(x)   STRINGIFY(x)
#define FILE_SIZE_INT   4
#define FILE_SIZE_DOUBLE   8

Define Documentation

#define FILE_SIZE_DOUBLE   8

Definition at line 34 of file common.h.

Referenced by get_binary_double(), and parse_header().

#define FILE_SIZE_INT   4

Definition at line 33 of file common.h.

Referenced by get_binary_int(), and parse_header().

#define STRINGIFY (   x)    #x

Definition at line 29 of file common.h.

#define SYMB_TO_STRING (   x)    STRINGIFY(x)

Definition at line 30 of file common.h.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines