Where did _input() go?
Specifically:
int __cdecl _input (FILE *infile, const char *format, va_list arglist );
retval = (_input(infile,format,arglist));
--The error is Error 12 error LNK2019: unresolved external symbol __input referenced.
I have looked on msdn for _input but come up empty.
I saw original project only used libcd.lib, but that is not in VS2005EE.
Anyone know how to get around this?
I can't seem to find any documentation for _input().

