Date: Mon, 5 Apr 1999 11:23:00 -0500 From: Glenn Johnson <gjohnson@nola.srrc.usda.gov> To: questions@freebsd.org Subject: FreeBSD equivalent of Linux gcvt Message-ID: <19990405112300.A66810@symbion.srrc.usda.gov>
next in thread | raw e-mail | index | archive | help
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 <stdlib.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990405112300.A66810>