pretty.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行
1
60 行
PRETTY(1) Minix Programmer's Manual PRETTY(1)
NAME
pretty - MINIX pretty printer
SYNOPSIS
pretty file ...
EXAMPLES
pretty file1 file2 # Convert two files to MINIX layout
DESCRIPTION
Pretty converts one or more C source files to MINIX format by changing
their layout. Running this program does not affect the resulting binary
programs. Actually, pretty is a postprocessor for indent, which must be
installed in /bin or /usr/bin. Although the output is not bad, it is not
entirely consistent with the book or even with itself.
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?