From owner-freebsd-questions Mon Apr 5 9:25:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by hub.freebsd.org (Postfix) with ESMTP id 6284A154AC for ; Mon, 5 Apr 1999 09:24:59 -0700 (PDT) (envelope-from gjohnson@nola.srrc.usda.gov) Received: (from glenn@localhost) by symbion.srrc.usda.gov (8.9.2/8.9.2) id LAA66844 for questions@freebsd.org; Mon, 5 Apr 1999 11:23:00 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Mon, 5 Apr 1999 11:23:00 -0500 To: questions@freebsd.org Subject: FreeBSD equivalent of Linux gcvt Message-ID: <19990405112300.A66810@symbion.srrc.usda.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have another problem with code that uses a function defined in Linux header files but not in FreeBSD header files. The function is gcvt and it is defined in Linux as: extern char* gcvt __P((double __value, size_t __ndigit, char *__buf)); Is there an equivalent in FreeBSD? Or is there a work around. Thanks in advance. -- Glenn Johnson Technician USDA, ARS, SRRC New Orleans, LA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message