Skocz do zawartości


kubaf

Rejestracja: 12 lut 2012
OFFLINE Ostatnio: mar 10 2012 02:36
-----

Moje tematy

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

12 luty 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