Cthulhu  0.2.10
Cthulhu compiler collection
scan.c
Go to the documentation of this file.
1 // SPDX-License-Identifier: GPL-3.0-only
2 
3 #include "cthulhu/broker/scan.h"
4 
5 void pl0error(where_t *where, void *state, scan_t *scan, const char *msg)
6 {
7  ctx_error(where, state, scan, msg);
8 }
CT_BROKER_API void ctx_error(const where_t *where, const void *state, const scan_t *scan, const char *msg)
Definition: context.c:59
void pl0error(where_t *where, void *state, scan_t *scan, const char *msg)
Definition: scan.c:5
a source file scanner
Definition: scan.h:24
a location inside a scanner locations are inclusive and 0-based
Definition: where.h:23