github.phpd.cn/thought-machine/please@v12.2.0+incompatible/test/cc_rules/gcc/embedded_files.h (about) 1 // Wrapper library around the embedded files. 2 3 #ifndef _SRC_BUILD_CC_EMBEDDED_FILES_H 4 #define _SRC_BUILD_CC_EMBEDDED_FILES_H 5 6 #include <string> 7 8 namespace thought_machine { 9 10 // Returns the contents of the two embedded files. 11 std::string embedded_file1_contents(); 12 std::string embedded_file3_contents(); 13 14 } // namespace thought_machine 15 16 #endif // _SRC_BUILD_CC_EMBEDDED_FILES_H