Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Wed, Mar 30, 2011 at 1:47 AM, Tor Lillqvist <tlillqvist@novell.com> wrote:
[...]
and what should have been used instead would be some "gint64orlonger" type.

btw that already exist in stdint.h , although not very keystroke friendly:

/ 7.18.1.2 Minimum-width integer types
int_least8_t;
int_least16_t;
int_least32_t;
int_least64_t;
uint_least8_t;
uint_least16_t;
uint_least32_t;
uint_least64_t;

// 7.18.1.3 Fastest minimum-width integer types
int_fast8_t;
int_fast16_t;
int_fast32_t;
int_fast64_t;
uint_fast8_t;
uint_fast16_t;
uint_fast32_t;
uint_fast64_t;

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.