Date: Tue, 23 May 1995 21:16:54 +0100 (BST) From: Reuben Thomas To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: putch I have djgpp 1.12.maint.1 and wish to use putch(). I have #included conio.h and linked with -lpc, but the linker says "undefined reference to `putch'". I am able to use getch without any trouble. I have scanned the file libpc.a and there is definitely a _putch symbol in there. What do I need to do to be able to use putch?