mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 13:22:22 -05:00
7 lines
68 B
C
7 lines
68 B
C
#ifndef OBJ1_H
|
|
#define OBJ1_H
|
|
|
|
int obj1(void);
|
|
|
|
#endif /* OBJ1_H */
|