I have only seen in tutorials how to define it with one or possibly infinite arguments. I am using this kind of macro:<br><br>#define DEFUN( name, argcount, fpointer) do { \<br> cl_def_c_function(c_string_to_object(name), \<br>
(cl_objectfn_fixed)fpointer, \<br> argcount); \<br> } while (0)<br><br>which works fine for functions defined as<br>cl_object foo(cl_narg narg, ...)<br><br>but how can you do the same for functions with lets say one argument?<br>
<br>I tried <br>cl_object foo(cl_narg narg, cl_object v1, ...)<br><br>but then argument v1 is total garbage.<br><br clear="all"><br>-- <br>Bc. Peter Vaņu¹anik<br><a href="http://www.bishojo.tk" target="_blank">http://www.bishojo.tk</a><br>
<br>