7 lines
89 B
C
7 lines
89 B
C
#ifndef FIRST_H
|
|
#define FIRST_H
|
|
|
|
extern int first(int x, int y);
|
|
|
|
#endif /* FIRST_H */
|