mirror of
https://github.com/catmeow72/b16viewer.git
synced 2024-11-22 13:39:35 -08:00
5 lines
129 B
C
5 lines
129 B
C
|
#ifndef MACPTR_H
|
||
|
#define MACPTR_H
|
||
|
#include <stdint.h>
|
||
|
extern uint16_t __fastcall__ cx16_k_macptr(uint8_t size, void *ptr);
|
||
|
#endif
|