How to import to a *.c file a constant defined in a *.asm file with EQU directive ?
Roughly said, you don't. C doesn't have anything like EQU --- there are no link-time constants in this language.
You can't, but you can do it the other way around - see: http://www.keil.com/forum/docs/thread8313.asp