macutils/fileio/wrfile.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

17 lines
399 B
C

#include <stdint.h>
extern char *out_buffer, *out_ptr;
extern void define_name(char *text);
void start_info(char *info, uint32_t rsize, uint32_t dsize);
extern void start_rsrc(void);
extern void start_data(void);
extern void end_file(void);
#ifdef SCAN
extern void do_idf();
#endif /* SCAN */
extern void do_mkdir(char *name, char *header);
extern void enddir(void);
extern char *get_mina(void);