mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
7 lines
53 B
C++
7 lines
53 B
C++
#ifndef SDC_HPP
|
|
#define SDC_HPP
|
|
|
|
void sdc();
|
|
|
|
#endif
|