lambda-calc-1/parse/position/clone.h
2025-01-13 20:36:07 -06:00

6 lines
74 B
C

struct position* clone_position(
const struct position* cloneme);