[Nottingham] Simple coding question ....
Paul Sladen
notlug at paul.sladen.org
Sat Aug 16 11:11:05 UTC 2014
On Sat, 16 Aug 2014, Barry Drake wrote:
> I've attached the included fpdio file.
http://www.ibiblio.org/pub/academic/psychology/alt.psychology.personality/ddli/fpdio.c
Fergus Patrick Duniho's person I/O collection... You've got a clash in
naming between a DIY function called 'getline()' and the standard
function called 'getline()'. One of them needs to be renamed; eg,
calling it "fdp_getline()". alternatively, you may be able to get away
with a:
#define getline fdp_getline
if you can manage to scope it correctly.
-Paul
More information about the Nottingham
mailing list