ver 4 Question about define_c_func
- Posted by bernie May 28, 2009
- 715 views
If I define a machine function to use CDECL calling (using the PLUS)
Is there any way to verify that the CDECL is really being used ?
No matter how I define the function it returns the same routine_id number ?
When I use the c_func to call the define machine code how does
Euphoria know how to call the function where is that calling
information kept track of ?
Does a c_func need to use the plus sign when calling ?
The latest manual entries are confusing concerning define_c_func
Using x parameter ( no x ); using c_proc to call define_c_func; etc.