msl.h

来自「彩信浏览器」· C头文件 代码 · 共 57 行

H
57
字号
//  (C) Copyright Boost.org 2001. Permission to copy, use, modify, sell and//  distribute this software is granted provided this copyright notice appears//  in all copies. This software is provided "as is" without express or implied//  warranty, and with no claim as to its suitability for any purpose.//  See http://www.boost.org for most recent version./*  * @$Id: msl.h,v 1.1 2003/11/24 12:18:05 kleanthis Exp $  *///  Metrowerks standard library:#ifndef __MSL_CPP__#  include <utility>#  ifndef __MSL_CPP__#     error This is not the MSL standard library!#  endif#endif#if __MSL_CPP__ >= 0x6000  // Pro 6#  define AMBULANT_HAS_HASH#  define AMBULANT_STD_EXTENSION_NAMESPACE Metrowerks#endif#define AMBULANT_HAS_SLIST#if __MSL_CPP__ < 0x6209#  define AMBULANT_NO_STD_MESSAGES#endif// check C lib version for <stdint.h>#include <cstddef>#if defined(__MSL__) && (__MSL__ >= 0x5000)#  define AMBULANT_HAS_STDINT_H#  define AMBULANT_HAS_UNISTD_H   // boilerplate code:#  include <ambulant/config/posix_features.h>#endif#if _MWMT#  define AMBULANT_HAS_THREADS#endif#define AMBULANT_STDLIB "Metrowerks Standard Library version " AMBULANT_STRINGIZE(__MSL_CPP__)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?