main.h

来自「Exuberant Ctags is a multilanguage reimp」· C头文件 代码 · 共 33 行

H
33
字号
/**   $Id: main.h,v 1.8 2006/05/30 04:37:12 darren Exp $**   Copyright (c) 1998-2002, Darren Hiebert**   This source code is released for free distribution under the terms of the*   GNU General Public License.**   External interface to main.c*/#ifndef _MAIN_H#define _MAIN_H/**   INCLUDE FILES*/#include "general.h"  /* must always come first */#include <stdio.h>#include "vstring.h"/**   FUNCTION PROTOTYPES*/extern void addTotals (const unsigned int files, const long unsigned int lines, const long unsigned int bytes);extern boolean isDestinationStdout (void);extern int main (int argc, char **argv);#endif  /* _MAIN_H *//* vi:set tabstop=4 shiftwidth=4: */

⌨️ 快捷键说明

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