Differences From Artifact [22d3464477]:
- File src/tools.mm — part of check-in [6f5dd50626] at 2025-03-08 02:38:40 on branch trunk — Improve clang-format (user: js, size: 424) [annotate] [blame] [check-ins using]
To Artifact [f9cb2ee264]:
- File src/tools.m — part of check-in [46c5779570] at 2025-03-20 21:52:26 on branch trunk — Convert more files to pure Objective-C (user: js, size: 409) [annotate] [blame] [check-ins using]
1 2 3 | // implementation of generic tools #include "tools.h" | < | 1 2 3 4 5 6 7 8 9 10 | // implementation of generic tools #include "tools.h" ///////////////////////// misc tools /////////////////////// void endianswap( void *memory, int stride, int length) // little indians as storage format { |
︙ | ︙ |