lambda-calc-1/expression/new.h
2025-01-13 20:36:07 -06:00

10 lines
169 B
C

#include <stddef.h>
struct expression_inheritance;
struct expression* new_expression(
const struct expression_inheritance* inheritance,
size_t alloc_size);