Cthulhu
0.2.10
Cthulhu compiler collection
|
Go to the source code of this file.
Data Structures | |
struct | source_info_t |
panic location information More... | |
Macros | |
#define | CT_PRI_LINE PRIuFAST32 |
format specifier for source_line_t More... | |
#define | CT_LINE_UNKNOWN UINT_FAST32_MAX |
a line number that is unknown More... | |
#define | CT_SOURCE_CURRENT {__FILE__, __LINE__, CT_FUNCTION_NAME} |
the source location of the current line More... | |
Typedefs | |
typedef uint_fast32_t | source_line_t |
the line number in the source file More... | |