6 lines
106 B
C
6 lines
106 B
C
|
|
struct value;
|
|
|
|
int compare_builtin_lambda_values(
|
|
const struct value* a,
|
|
const struct value* b);
|