9 lines
195 B
C
9 lines
195 B
C
|
|
struct booleans;
|
|
struct value;
|
|
struct builtin_lambda_value;
|
|
|
|
struct value* builtin_numeric_divide(
|
|
struct booleans* booleans,
|
|
struct builtin_lambda_value* prev,
|
|
struct value* tail);
|