Hi, The Inline::C documentation section "Bugs and Deficiencies" informs us that we should avoid using the names in "symbols.perl".
Does this mean that I should avoid using the C functions named in 'symbols.perl' ? Or does it simply mean that I should not *name* an inline function with any of the names appearing in 'symbols.perl'. eg. I've got an inline function that writes to file using 'fopen', 'fprintf', and 'fclose'. Seems to work ok, though 2 of those functions are named in 'symbols.perl'. Should I be using something other than 'fopen' and 'fprintf' ? (If so ..... what should I use ? ....... couldn't see anything in 'perlapi'.) Cheers, Rob
