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