mn_version.hpp File Reference
Go to the source code of this file.
Namespaces | |
mn | |
Macros | |
#define | MN_THREAD_VERSION_STRING_LEN sizeof(MN_VERSION_FULLVERSION_STRING) + sizeof(MN_VERSION_STATUS) + 8 |
#define | MN_THREAD_VERSION_INFO(PRJNAME) mn::minilib_version_print(PRJNAME) |
Functions | |
const char * | mn::minilib_version_string (char version_string[MN_THREAD_VERSION_STRING_LEN]) |
void | mn::minilib_version_print (const char *strPrjName, const char *strExtraInfo="") |
Detailed Description
This file is part of the Mini Thread Library (https://github.com/RoseLeBlood/MiniThread ).
- License
- The Mini Thread Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3, or (at your option) any later version.
The Mini Thread Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with the Mini Thread Library; if not, see https://www.gnu.org/licenses/.
Macro Definition Documentation
◆ MN_THREAD_VERSION_INFO
#define MN_THREAD_VERSION_INFO | ( | PRJNAME | ) | mn::minilib_version_print(PRJNAME) |
◆ MN_THREAD_VERSION_STRING_LEN
#define MN_THREAD_VERSION_STRING_LEN sizeof(MN_VERSION_FULLVERSION_STRING) + sizeof(MN_VERSION_STATUS) + 8 |