|
|||||||
|
|
ECVT_RSection: Manuel du programmeur Linux (3)Updated: 21 juillet 2003 Index Return to Main Contents NOMecvt_r, fcvt_r, qecvt_r, qfcvt_r - Convertir un réel en chaîne.SYNOPSIS#include <stdlib.h>char *ecvt_r(double nombre, int nb_chiffres, int *decpt, int *sign, char *tampon, size_t longueur); char *fcvt_r(double nombre, int nb_chiffres, int *decpt, int *sign, char *tampon, size_t longueur); char *qecvt_r(long double nombre, int nb_chiffres, int *decpt, int *sign, char *tampon, size_t longueur); char *qfcvt_r(long double nombre:, int nb_chiffres, int *decpt, int *sign, char *tampon, size_t longueur); DESCRIPTIONLes fonctions ecvt_r, fcvt_r, qecvt_r et qfcvt_r sont identiques à ecvt, fcvt, qecvt et qfcvt, respectivement, sauf qu'elles ne renvoient pas leurs résultats dans un tampon statique, mais utilisent à la place le tampon inidiqué dont la longueur est précisée. Voir ecvt(3) et qecvt(3).NOTESCes fonctions sont obsolètes. L'utilisation de sprintf() est recommandée à leur place.CONFORMITÉCe sont des extensions GNU.VOIR AUSSIecvt(3), qecvt(3), sprintf(3)TRADUCTIONThierry Vignaud <tvignaud@mandrakesoft.com>, 2002Christophe Blaess, 2003.
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man3". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |