lisp-take-1/stringtree/prepend.h
2024-11-28 18:36:25 -06:00

4 lines
94 B
C

void stringtree_prepend_string_const(
struct stringtree* this,
const char* literal);