I want to use a macro defined in one c file into another c file.

For example if file a.c looks like:

#define TEN 10


So Now if i want to use TEN in b.c how can i do it?