ACSE 2.0.2
Advanced Compiler System for Education (basic documentation)
Loading...
Searching...
No Matches
errors.h File Reference

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.
 

Detailed Description

Error logging utilities.

Definition in file errors.h.