8 lines
129 B
C
8 lines
129 B
C
|
|
#if 0
|
|
#include "../defines/BUILTIN_PARAMETER_PROTOTYPE.h"
|
|
|
|
struct value* builtin_let(
|
|
BUILTIN_PARAMETER_PROTOTYPE);
|
|
|
|
#endif
|