mirror of
https://github.com/catmeow72/b16viewer.git
synced 2024-11-21 21:19:57 -08:00
5 lines
No EOL
145 B
C
5 lines
No EOL
145 B
C
#ifndef MACPTR_H
|
|
#define MACPTR_H
|
|
#include <stdint.h>
|
|
extern uint16_t __fastcall__ cx16_k_macptr(uint8_t size, bool increment, void *ptr);
|
|
#endif |