mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-11 17:49:38 -06:00
7 lines
52 B
C
7 lines
52 B
C
#ifndef foo_h
|
|
#define foo_h
|
|
|
|
int foo(void);
|
|
|
|
#endif
|