#include <stdint.h>
#include <inttypes.h>
Go to the source code of this file.
|
struct | where_t |
| a location inside a scanner locations are inclusive and 0-based More...
|
|
◆ PRI_COLUMN
#define PRI_COLUMN PRIuFAST64 |
format specifier for ctu_column_t
Definition at line 18 of file where.h.
◆ PRI_LINE
#define PRI_LINE PRIuFAST64 |
format specifier for ctu_line_t
Definition at line 15 of file where.h.
◆ ctu_column_t
a column number
Definition at line 12 of file where.h.
◆ ctu_line_t
a line number
Definition at line 9 of file where.h.