gcc and GCVT(3) #1711
Comments
|
I post all found issues here: https://cygwin.com/ml/cygwin/2019-08/msg00030.html but mys post to mail-list looks like not readable :((( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code example:
And we have:
MSVC: https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/gcvt?view=vs-2019
Linux man: http://man7.org/linux/man-pages/man3/gcvt.3.html
And from IBM: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.bpxbd00/rgcvt.htm
gcvt must be into stdlib.h as well!
char *gcvt(double number, int ndigit, char *buf);And where is the "int" here? What include must be into MSYS2 for gcvt?
The text was updated successfully, but these errors were encountered: