Convert several files to pure Objective-C

FossilOrigin-Name: eac9e3d9480c641e752bce15f24de48bbb77705cd44ef2bb9a04603ca04c67e1
This commit is contained in:
Jonathan Schleifer 2025-03-20 20:59:25 +00:00
parent 2085a651bd
commit 565a845aaf
13 changed files with 84 additions and 55 deletions

View file

@ -46,6 +46,12 @@ typedef unsigned int uint;
#define fast_f2nat(val) ((int)(val))
#ifdef __cplusplus
extern "C" {
#endif
extern void endianswap(void *, int, int);
#ifdef __cplusplus
}
#endif
#endif