PRETTY.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- 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