search for: getfunshdr

Displaying 2 results from an estimated 2 matches for "getfunshdr".

2024 Jul 15
1
Minor inconsistencies in tools:::funAPI()
...lit over multiple lines, like in R_ext/Lapack.h), and function pointer argument declarations look sufficiently similar. A relatively compact (but still brittle) way to match function declarations in C header files is shown at the end of this message. I have confirmed that compared to tools:::getFunsHdr, the only extraneous symbols that it finds in preprocessed headers are "R_SetWin32", "user_unif_rand", "user_unif_init", "user_unif_nseed", "user_unif_seedloc" "user_norm_rand", which are special-cased in tools:::getFunsHdr, and the only s...
2024 Jul 29
1
Minor inconsistencies in tools:::funAPI()
...es, like in R_ext/Lapack.h), and function pointer > argument declarations look sufficiently similar. > > A relatively compact (but still brittle) way to match function > declarations in C header files is shown at the end of this message. I > have confirmed that compared to tools:::getFunsHdr, the only extraneous > symbols that it finds in preprocessed headers are "R_SetWin32", > "user_unif_rand", "user_unif_init", "user_unif_nseed", > "user_unif_seedloc" "user_norm_rand", which are special-cased in > tools:::getFun...