MY_LIB 0.1.0
Repository template for C++ projects
Loading...
Searching...
No Matches
my_lib_header.hpp
Go to the documentation of this file.
1/*****************************************************************/
25#pragma once
26
27
32namespace my_namespace
33{
38 int success();
39}
a simple namespace
int success()
A simple function return an int.