📄 readme
字号:
This directory contains version 0.5 of the Software Productivity Unit(SPU, pronounced ``spew''), which is a random program generator for Cand C++.To configure, say `./configure'.To build, say `make'.To run, say `spu'. This will produce a set of .h and .c files, plus a.mk file which is a Makefile. All the generated files share a basename, which defaults to "file", and can be set with the `--basename'option.To compile the generated program, you can say either make -f file.mkor gcc file*.cBy default, SPU does not generate a large program. To generate largerprograms, you can use the `--functions' option to set the number offunctions that will be generated. For instance, `--functions 10000'together with default values for the other options, will generate 600,000lines or about 10MB of source code.To find out about the other available options, use the `--help' option.TO DOFinish describing the command options.Generate more kinds of program constructs.Add more kinds of macro generation.Make the output code look more normal.Generate runnable programs.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -