ACSE 2.0.2
Advanced Compiler System for Education (basic documentation)
|
Error logging utilities. More...
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
struct | t_fileLocation |
Structure that represents a location in a file. More... | |
Functions | |
void | emitError (t_fileLocation loc, const char *fmt,...) |
void | fatalError (const char *fmt,...) __attribute__((noreturn)) |
Variables | |
int | numErrors |
The number of errors logged by emitError up to now. | |
Error logging utilities.
Definition in file errors.h.