iniaux.hh

来自「Source code for an Numeric Cmputer」· HH 代码 · 共 24 行

HH
24
字号
/********************************************************************* Description: iniaux.hh**   Derived from a work by Fred Proctor & Will Shackleford** Author:* License: GPL Version 2* System: Linux*    * Copyright (c) 2004 All rights reserved.** Last change:* $Revision: 1.4 $* $Author: paul_c $* $Date: 2005/05/23 01:10:45 $********************************************************************/#ifndef INIAUX_HH#define INIAUX_HH/* initializes auxiliary (estop, etc) module from ini file */extern int iniAux(const char *filename);#endif

⌨️ 快捷键说明

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