macutils/macunpack/mcb.h
Arvid Norlander 926f4a694d
64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t.
Some of these may not be needed, but none of them should be incorrect.
2022-09-29 22:49:54 +02:00

2 lines
82 B
C

extern void mcb(char *hdr, uint32_t rsrcLength, uint32_t dataLength, int toread);