vcl_ctime.h
来自「InsightToolkit-1.4.0(有大量的优化算法程序)」· C头文件 代码 · 共 29 行
H
29 行
#ifndef vcl_ctime_h_
#define vcl_ctime_h_
/*
fsm
*/
#include "vcl_compiler.h"
// Purpose: provide access to the <time.h> standard C header.
#if !VCL_CXX_HAS_HEADER_CTIME || defined(VCL_METRO_WERKS)
# include <time.h>
# define vcl_generic_ctime_STD /* */
# include "generic/vcl_ctime.h"
#elif VCL_VC60
# include <ctime>
# define vcl_generic_ctime_STD /* */
# include "generic/vcl_ctime.h"
#else
# include "iso/vcl_ctime.h"
#endif
// ??
#ifndef VCL_WIN32
#include <sys/times.h>
#endif
#endif // vcl_ctime_h_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?