📄 bsd.sed
字号:
#ident "@(#)cfront:scratch/bsd.sed 1.6"echo "Fixing _iobuf structures:"for f in */*..cdo echo $f sed -e '/__iobuf__base/s//&; int __iobuf__bufsiz/' \ -e '/_ctype/s//_ctype_/g' $f > temp$$ mv temp$$ $fdoneecho "Before running \"make scratch\", you should set the"echo "CCFLAGS and BSD macros in the makefile. See the README for"echo "details."
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -