7 lines
68 B
C
7 lines
68 B
C
|
#ifndef OBJ3_H
|
||
|
#define OBJ3_H
|
||
|
|
||
|
int obj3(void);
|
||
|
|
||
|
#endif /* OBJ3_H */
|