From owner-freebsd-questions Tue Oct 30 7: 3:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bigstudios.com (H185.C214.tor.velocet.net [216.138.214.185]) by hub.freebsd.org (Postfix) with ESMTP id 2A6F437B401 for ; Tue, 30 Oct 2001 07:03:49 -0800 (PST) Received: from bigstudios.com([192.168.75.105]) (1196 bytes) by mail.bigstudios.com via sendmail with P:esmtp/R:bind_hosts/T:smtp (sender: ) id for ; Tue, 30 Oct 2001 10:03:48 -0500 (EST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Jul-5) Message-ID: <3BDEC1EE.672DCC9@bigstudios.com> Date: Tue, 30 Oct 2001 10:06:22 -0500 From: Sam Suh X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: venkatn , questions@freebsd.org Subject: Re: Question References: <3BDE7140.E1DA5ABB@in.ceeyes.com> 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 venkatn wrote: > > 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 > Hi, 'man 3 getch' reveals to me that you need to include . Have you included that? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message