7 lines
110 B
C
7 lines
110 B
C
/**
|
|
* @file constants.h
|
|
* @brief Reused constants not included in the std-Headers.
|
|
*/
|
|
|
|
#define NULL 0
|