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.