Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Kitware
Edit Copy
Star
GitHub Repository:
Kitware/CMake
Path:
blob/master/Tests/BundleUtilities/module.h
3
1
4
8
views
1
2
#ifndef module_h
3
#define module_h
4
5
void
module
(
)
;
6
7
#endif
8
9