- (c-lambda ((ARGTYPE1 ARGNAME1) ...) RTYPE BODY ...)syntax
Defines a procedure that contains verbatim C code. RTYPE and ARGTYPE should be valid type specifiers. BODY ... should be one or more strings containing C code that will be inserted in the compiled code as it is and can access the arguments via ARGNAME.