#ifndef _HATCH_H
#define _HATCH_H
int CountHatch(void);
void EditHatch(void);
void InitHatch(void);
int tic_hatch_doc(FILE *, FILE *, int);
#endif