📄 string2c.tcl
字号:
# Define a C string variable of the name $name# and set its value to what can be read from stdinset name [lindex $argv 0]gets stdin versionputs "char $name\[\] = \"$version\";"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -