Howto:Extend Nasal: Difference between revisions

Jump to navigation Jump to search
m
Line 96: Line 96:


= Argument Processing =  
= Argument Processing =  
static naRef f_cool (naContext c, naRef me, int argc, naRef* args)
The arguments to the function are passed in in the args array. The number of arguments is passed via the argc parameter (this is basically consistent with the standard signature of main in C/C++).
The arguments to the function are passed in in the args array. The number of arguments is passed via the argc parameter (this is basically consistent with the standard signature of main in C/C++).


2,561

edits

Navigation menu