Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/CMakeCommands/target_include_directories/same.c
3157 views
1
#include "same.h"
2
#ifndef CORRECT_SAME_H_INCLUDED
3
# error "Correct \"same.h\" not included!"
4
#endif
5
void same(void)
6
{
7
}
8
9