6 lines
122 B
C
6 lines
122 B
C
|
|
#include "../defines/BUILTIN_PARAMETER_PROTOTYPE.h"
|
|
|
|
struct value* builtin_less_than(
|
|
BUILTIN_PARAMETER_PROTOTYPE);
|
|
|