← index
CMakeInfo/test06-flags/test_output.hpp
Source: CMakeInfo/test06-flags/test_output.hpp
#ifndef __TEST_HELLO_H__
#define __TEST_HELLO_H__

#include<iostream>
#include<string>


void sayHello(const std::string &s);


#endif