From owner-freebsd-questions Tue Oct 30 1:19:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ceeyes.com (mail.in.ceeyes.com [65.192.85.133]) by hub.freebsd.org (Postfix) with ESMTP id 5D0C137BA71 for ; Tue, 30 Oct 2001 01:16:43 -0800 (PST) Received: from in.ceeyes.com (localhost [127.0.0.1]) by mail.ceeyes.com (8.9.1b+Sun/8.9.3) with ESMTP id OAA21231 for ; Tue, 30 Oct 2001 14:45:43 +0530 (INST) Message-ID: <3BDE7140.E1DA5ABB@in.ceeyes.com> Date: Tue, 30 Oct 2001 14:52:08 +0530 From: venkatn X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Question X-Priority: 2 (High) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi all, iam working with getch() function in FreeBSD programming i use the getch() function as follows char ch; ch = getch(); but the compiller is not supporting the getch(), as it shows an error say UNDEFINED REFERENCE 'getch'/ i also used addch() and it too shows the error say UNDEFINED REFERENCE. so please guide me if possible the correct syntax of the addch() function and the files to be included. Reply me ASAP With Regards N.Venkateswarulu Software Engineer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message