← index
CMakeInfo/test05-cond/test_output.hpp
Source: CMakeInfo/test05-cond/test_output.hpp
#ifndef __TEST_HELLO_H__
#define __TEST_HELLO_H__

#include<iostream>
#include<string>


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


#endif