![]() |
_rom_call_concat | Function (Macro Constructor) |
default.h |
#define _rom_call_concat(type,args,intindex,romindex) (*((type (* __ATTR_TIOS__) args) (__rom_call_addr_concat (intindex, romindex)))) |
Constructs a function definition for a TIOS ROM call (internal).
_rom_call_concat is a macro used internally by _rom_call and other macros. Its only purpose is to prevent prescan of the ROM call index (see _rom_call_addr_concat for more information).