📄 out.h
字号:
/* out.h: The top-level output functions. * * Copyright (C) 1999-2001 by Brian Raiter, under the GNU General * Public License. No warranty. See COPYING for details. */#ifndef _out_h_#define _out_h_#include "pieces.h"/* Begins the output of the C code. Outputs the initial definitions * and the beginning of the initialization statement. */extern void beginoutpieces(void);/* Outputs the initialization code for a piece of the file, given the * actual contents of that piece. */extern void outpiece(pieceinfo const *piece, void const *contents);/* Concludes the output of the C code. Closes the initialization * statement. */extern void endoutpieces(void);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -