7 lines
53 B
C
7 lines
53 B
C
#ifndef TWO_H
|
|
#define TWO_H
|
|
|
|
void two(void);
|
|
|
|
#endif
|
#ifndef TWO_H
|
|
#define TWO_H
|
|
|
|
void two(void);
|
|
|
|
#endif
|