/* htopoff.h */ /* how the hydrogen atom is topped off. nHTopOff is the level, set to 1 in zero * and the char variable is the method. */ EXTERN struct t_HTopOff { long int nHTopOff; char chHTopType[5]; } HTopOff;