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

📄 extmnum.h

📁 Ever wanted to just type tail -f error_log on Windows?Envious of your Unix friends who can track cha
💻 H
字号:
/******************************************************************************
* (c)1998 GB Information Management. All rights reserved.
*
* Magic number module.
*
* File :    extmnum.h
* Date :    2 Apr 1998.
* Author :  Paul Perkins.
* Version : 0.0 (Development)
*
*
* Revision History.
*/

#ifndef EXTMNUM_H
#define EXTMNUM_H

#ifdef __cplusplus
extern "C"
{
#endif /* #ifdef __cplusplus */

extern BOOL UnpackLED (
  char*	pszLED,
  int*	pnDay,
  int*	pnMonth,
  int*	pnYear);

#ifdef __cplusplus
}
#endif /* #ifdef __cplusplus */

#endif /* #ifndef EXTMNUM_H */

/* End of extmnum.h */

⌨️ 快捷键说明

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