help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Using DFUNX_DLD macro


From: Hall, Benjamin
Subject: RE: Using DFUNX_DLD macro
Date: Fri, 2 Mar 2007 14:59:04 -0500

> 
> This should be
> 
>   DEFUNX_DLD ("AF_INET",FAF_INET,FSAF_INET,args,nargout,
> 
> The third argument is the name of a function that the DEFUNX_DLD macro
> generates and Octave looks for when loading the function.  It must
> have the FS prefix and the rest of the name must be the same as the
> scripting language function you are defining (in this case AF_INET).
> If it isn't named this way, then Octave won't be able to load the
> function corresponding to AF_INET when it loads the .oct file.
> 
> jwe
> 

Thanks!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]