My Project
main.hpp
Go to the documentation of this file.
1 
28 #ifndef BSL_MAIN_HPP
29 #define BSL_MAIN_HPP
30 
31 #include "exit_code.hpp"
32 
40 bsl::exit_code main() noexcept;
41 
42 #endif
bsl::exit_code main() noexcept
Provides the definiton of the main function used by the BSL.
bsl::int32 exit_code
defines the exit code type
Definition: exit_code.hpp:36