magic/calma
Alessandro De Laurenzis b306a39560 Compatibility with C99 standard
This commit makes the code (mostly) C99-compatible, enabling to compile
it without the -Wno-error=implicit-function-declaration flag. This
way, Magic becomes usable on arm64 architectures, specifically on Apple
computers with M1/M2 SoC.
2022-10-29 06:07:46 +02:00
..
CalmaRdcl.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
CalmaRdio.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
CalmaRdpt.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
CalmaRead.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
CalmaWrite.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
CalmaWriteZ.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
Makefile Implemented native gzip compression/decompression using zlib routines. 2022-05-10 09:19:39 -04:00
calma.h Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
calmaInt.h A number of other corrections around CalmaFullDump, which had 2022-05-12 09:55:38 -04:00