C Cómo incluir variables de otro archivo C

#include "fileA.h"
myGlobal = 1;
Michael Mainbird