fcvt

flyker flyker at everys.com
Wed Nov 12 07:37:30 CST 2003


Function fcvt incorrect.

example:
  int dec, sign;
  printf("%s\n", fcvt(1.12, 2, &dec, &sign));

result:
1.12e+00

but need:
112




More information about the wine-devel mailing list