The "name @ address" syntax is a nonstandard (but somewhat common) trick to do, in the compiler, what @Chris Dodd suggests doing in the linker. The linker method is of course also not in the C standards, but at least leaves your C code looking nice.
이 문법은 컴파일러에서 사용하는 비 표준문법이라고 하네여.
여기 설명이 있는거 같네여
http://stackoverflow.com/questions/9688447/extern-array-of-function-pointers-in-c-on-a-fixed-memory-address
보니까
The "name @ address" syntax is a nonstandard (but somewhat common) trick to do, in the compiler, what @Chris Dodd suggests doing in the linker. The linker method is of course also not in the C standards, but at least leaves your C code looking nice.
이 문법은 컴파일러에서 사용하는 비 표준문법이라고 하네여.
즐린
댓글 달기