Differences From Artifact [1aee766b5c]:
- File src/tools.h — part of check-in [08c9d7b0fa] at 2025-03-20 17:12:11 on branch trunk — Remove last usage of vector (user: js, size: 1007) [annotate] [blame] [check-ins using]
To Artifact [277ccadbda]:
- File src/tools.h — part of check-in [eac9e3d948] at 2025-03-20 20:59:25 on branch trunk — Convert several files to pure Objective-C (user: js, size: 1074) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
42 43 44 45 46 47 48 49 50 51 | #ifndef OF_WINDOWS # define __cdecl #endif #define fast_f2nat(val) ((int)(val)) extern void endianswap(void *, int, int); #endif | > > > > > > | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | #ifndef OF_WINDOWS # define __cdecl #endif #define fast_f2nat(val) ((int)(val)) #ifdef __cplusplus extern "C" { #endif extern void endianswap(void *, int, int); #ifdef __cplusplus } #endif #endif |