mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
7 lines
68 B
C
7 lines
68 B
C
#ifndef OBJ1_H
|
|
#define OBJ1_H
|
|
|
|
int obj1(void);
|
|
|
|
#endif /* OBJ1_H */
|