misc.h

来自「在ecos 下mingui 的移植开发」· C头文件 代码 · 共 29 行

H
29
字号
//// $Id: misc.h,v 1.6 2000/06/20 01:36:29 weiym Exp $//// misc.h// the head file for Miscellous module.//// Copyright (c) 1994 ~ 1999, Wei Yongming.//// Last modified date: 1999.01.03#ifndef GUI_MISC_H    #define GUI_MISC_H/* Function definitions */#ifdef __cplusplusextern "C" {#endif  /* __cplusplus */BOOL InitMisc (void);void TerminateMisc (void);#ifdef __cplusplus}#endif  /* __cplusplus */#endif  /* GUI_MISC_H */

⌨️ 快捷键说明

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