📄 mcotime.c
字号:
/************************************************************ * * * Copyright (c) 2001-2007 McObject LLC. All Right Reserved.* * * ************************************************************//* This function must be implemented by the application *//* mco_system_get_current_time() must be implmeneted by the * application in order to use the High Availability runtime. * You may remove this function if you are not using the * HA-enabled runtime */long mco_system_get_current_time(void) { return 0;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -