string2c.tcl
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:0k
源码类别:

通讯编程

开发平台:

Visual C++

  1. # Define a C string variable of the name $name
  2. #  and set its value to what can be read from stdin
  3. set name [lindex $argv 0]
  4. gets stdin version
  5. puts "char $name[] = "$version";"