Sharpmake.FunctionalTests/FastBuildFunctionalTest/codebase/MixCppAndCExe/hello_c.h (
4
lines of code) (
raw
):
#ifndef UTIL_C_H #define UTIL_C_H void hello_c(void); #endif // UTIL_C_H