Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes:
- todo_wine ok(strstr(buffer,"e+008") != 0,"Sprintf different "%s"\n",buffer);
- sprintf(buffer,I64x,(ULONGLONG)0xffffffffffffffff);
Long long constants are not portable, you need to compute them from long constants.