search for: garemin__fpipft1t0t1n41

Displaying 1 result from an estimated 1 matches for "garemin__fpipft1t0t1n41".

2002 Oct 02
2
.C() and C++ name mangling
....C() from R. The function prototype looks like: gaRemin(int *, float *, float *, int *, float *, float *, float *, float *, float *) but to call this function from R using .C() I have had to use the mangled version of this function name, gaRemin__FPiPfT1T0T1N41 Is using the mangled name my best option, or is there some way that R knows to interpret unmangled function names from C++ shared library objects? I'm concerned about portability of the resultant code in the case that name-mangling is handled differentl...