Jump to content


kubaf

Member Since 12 Feb 2012
OFFLINE Last Active Mar 10 2012 02:36
-----

Topics I've Started

What does "@" do in HelloWorld.elf please?

12 February 2012 - 10:53

Hello, i am programming my elf and dont know what does that @ do in this usage:

const PAGE_MSG HW_PageEvents[]@ "DYN_PAGE" ={
ELF_TERMINATE_EVENT , TerminateElf,
ELF_SHOW_INFO_EVENT , ShowAuthorInfo,
0,0
};

I also think the "DYN_PAGE" is connected to that, as it doesnt belong there normally.

I cant find any info about it being used in C language like this. I even opened a yahoo answer for that ;)

Please give me something to google at least :) thank you