OSDN Git Service

fix typo in readme.txt
[yamy/yamy.git] / compiler_specific_func.h
1 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 // compiler_specific_func.h
3
4
5 #ifndef _COMPILER_SPECIFIC_FUNC_H
6 #  define _COMPILER_SPECIFIC_FUNC_H
7
8 #include "misc.h"
9 #include "stringtool.h"
10
11
12 /// get compiler version string
13 tstring getCompilerVersionString();
14
15
16 #endif // !_COMPILER_SPECIFIC_FUNC_H