mcotime.c
来自「eXtremeDB数据库在Linux平台下的使用源码。内含多个示例程序」· C语言 代码 · 共 18 行
C
18 行
/************************************************************ * * * 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 + =
减小字号Ctrl + -
显示快捷键?