Files
grischka b3381269d7 pp-expression numbers always long long
Aka 'intmax_t', as recommended by newer standards.
For example
    if (-0x80000000 < 0) is false,
but
    #if (-0x80000000 < 0) is true
because in C, 0x80000000 is an unsigned int, Whereas in
a preprocessor expression, it is a signed long long, even
without LL suffix.
2025-03-26 20:36:33 +01:00
..
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2015-05-09 14:29:39 +02:00
2024-02-09 18:38:14 +01:00
2024-02-09 18:38:14 +01:00
2017-10-11 18:13:43 +02:00
2016-10-01 21:05:42 +02:00
2016-10-01 21:05:42 +02:00
2017-10-11 18:13:43 +02:00
2017-10-11 18:13:43 +02:00
2016-12-15 17:47:05 +01:00
2016-12-15 17:47:05 +01:00
2016-12-15 17:49:56 +01:00
2016-12-15 17:49:56 +01:00
2024-02-04 18:18:40 +01:00
2024-02-04 18:18:40 +01:00
2017-07-09 04:38:56 +02:00
2017-07-09 04:38:56 +02:00
2017-07-09 04:38:56 +02:00
2017-07-09 04:38:56 +02:00
2025-03-26 20:36:33 +01:00
2022-08-16 15:59:41 +02:00
2022-08-16 15:59:41 +02:00
2025-01-05 20:10:06 +01:00
2025-01-05 20:10:06 +01:00
2024-02-09 18:38:14 +01:00
2017-07-09 05:30:47 +02:00
2017-07-09 05:30:47 +02:00