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