📄 salvocfg.h
字号:
/************************************************************
Copyright (C) 1995-2002 Pumpkin, Inc. and its
Licensor(s). Freely distributable.
$Source: C:\\RCS\\d\\salvo\\ex\\ex2\\sysa\\salvocfg.h,v $
$Author: aek $
$Revision: 3.1 $
$Date: 2002-02-24 16:13:33-08 $
Salvo configuration file for use with the accompanying
freeware library. See AN-1 Using Salvo Freeware Libraries
with the HI-TECH PIC C Compiler for more information.
************************************************************/
#define OSUSE_LIBRARY TRUE
#define OSLIBRARY_TYPE OSF
#define OSLIBRARY_CONFIG OSA
#define OSLIBRARY_VARIANT OSB
/* these options below allow us to reduce RAM usage when */
/* using freeware or standard libraries. */
#define OSEVENT_FLAGS 0
#define OSEVENTS 1
#define OSMESSAGE_QUEUES 0
#define OSTASKS 3
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -