Files
RomWBW/Source/Images/d_hitechc/u1/OVERLAY.H
Wayne Warthen 0d0360b277 Enhanced Hi-Tech C Compiler Files, Issue #521
Added the enhanced Hi-Tech C Compiler components from @Laci1953 to user area 1 of the Hi-Tech Compiler disk images.

Co-Authored-By: ladislau szilagyi <87603175+Laci1953@users.noreply.github.com>
2025-05-31 15:11:38 -07:00

7 lines
128 B
C

#ifndef _HTC_OVERLAY_H
#define _HTC_OVERLAY_H
#include <stdint.h>
intptr_t ovrload(char *ovr_name,intptr_t args);
#endif