mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
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>
7 lines
128 B
C
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
|