11 lines
179 B
C
11 lines
179 B
C
|
|
struct gc;
|
|
|
|
struct value_inheritance;
|
|
|
|
#include "kind.h"
|
|
|
|
struct value* new_value(
|
|
struct gc* gc,
|
|
enum value_kind kind,
|
|
const struct value_inheritance* inheritance);
|