This is the include file with all the extern vars
extern int TtlSale, StateCnt, UserCnt, aa,
ItemCnt, PromoteCnt;
extern char buf[BufSize+1];
I put it under inside "incdir" directory under the project's root directory.
This is the include definitions in one of the programs
# include <stdio.h>
# include <stdlib.h>
# include <string.h>
# include "incdir\prg_literals.h"
# include "incdir\prg_extern_vars.h"