[Kst] [Bug 74239] int datatype in kst plugins and data sources is
not 64-bit clean
Mark Hymers
mark.hymers at ncl.ac.uk
Sun Aug 29 11:09:37 CEST 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=74239
------- Additional Comments From mark.hymers ncl ac uk 2004-08-29 11:09 -------
I agree that you need to do this for float32 and float64 but for integers can you not just use the C99 standard types included in <stdint.h>? i.e. uint8_t, int8_t, uint16_t, int16_t, uint32_t, int32_t?
Would you accept a patch to implement this?
More information about the Kst
mailing list