macutils/comm/zm_from.c
2018-03-22 19:30:02 -05:00

6 lines
113 B
C
Executable File

#include "comm.h"
#ifdef ZM
#else /* ZM */
int zm_from; /* Keep lint and some compilers happy */
#endif /* ZM */