10 lines
121 B
C
10 lines
121 B
C
|
|
struct string;
|
|
|
|
struct position* new_position(
|
|
struct string* filename,
|
|
unsigned line,
|
|
unsigned column);
|
|
|
|
|
|
|