linking error with : reads c compiler from rigel

I included cSio51.h for folowing functions : - putc (puts a character on screen) - getc (gets a character from input) - PrtDec (prints an intiger in decimal on screen) - printf (print a string of characters on screen) When i call one of these functions and compile the file, i get an linking error

Is there a replacement function for scanf (or to read a string)

Reply to
Jan Goormans
Loading thread data ...

On 1 May 2004 09:51:43 -0700, jan snipped-for-privacy@yahoo.com (Jan Goormans) wrote: [snip...snip...]

Use fgets() followed by strtok() or by "manual" parsing. Either is more likely to behave better in the face of format errors than scanf(). Explicit parsing will likely also have a smaller code footprint.

--
Rich Webb   Norfolk, VA
Reply to
Rich Webb

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.