using common macros in NASM and C



Hi all,


I am looking for a way to use the common header files for my nasm and C
code. the nasm syntax for defining macros is:

%define abc 1

where as in C:

#define abc 1

so I am facing a problem in using the same header file containing
macros in both.

If there is some way please let me know.


Thanks.

.