Differences From Artifact [0a7160063e]:
- File src/tools.h — part of check-in [b5bfe2af86] at 2025-03-23 02:59:37 on branch trunk — Remove u{char,short,int} (user: js, size: 894) [annotate] [blame] [check-ins using]
To Artifact [4adaa385b0]:
- File src/tools.h — part of check-in [51fb59fc93] at 2025-03-23 17:45:28 on branch trunk — Remove fast_f2nat (user: js, size: 856) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
32 33 34 35 36 37 38 | rnd(i + 1); \ } #ifndef OF_WINDOWS # define __cdecl #endif | < < | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | rnd(i + 1); \ } #ifndef OF_WINDOWS # define __cdecl #endif #ifdef __cplusplus extern "C" { #endif extern void endianswap(void *, int, int); #ifdef __cplusplus } #endif |
︙ | ︙ |