ACSE 2.0.3
Advanced Compiler System for Education
Loading...
Searching...
No Matches
errors.c File Reference

Error logging utilities implementation. More...

#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "errors.h"

Go to the source code of this file.

Functions

void emitError (t_fileLocation loc, const char *fmt,...)
void fatalError (const char *format,...)

Variables

int numErrors
 The number of errors logged by emitError up to now.

Detailed Description

Error logging utilities implementation.

Definition in file errors.c.