⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 locking.h

📁 dos 6.0 源代码 .对大家提高有一定的帮助。
💻 H
字号:
/***
*sys\locking.h - flags for locking() function
*
*   Copyright (c) 1985-1988, Microsoft Corporation.  All rights reserved.
*
*Purpose:
*   This file defines the flags for the locking() function.
*   [System V]
*
*******************************************************************************/

#define LK_UNLCK    0   /* unlock the file region */
#define LK_LOCK     1   /* lock the file region */
#define LK_NBLCK    2   /* non-blocking lock */
#define LK_RLCK     3   /* lock for writing */
#define LK_NBRLCK   4   /* non-blocking lock for writing */

⌨️ 快捷键说明

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