7 lines
53 B
C

#ifndef TWO_H
#define TWO_H
void two(void);
#endif