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