makelangs.pl

来自「IPcop软路由防火墙 FREE 开源源代码」· PL 代码 · 共 14 行

PL
14
字号
#!/usr/bin/perl## $Id: makelangs.pl,v 1.4 2003/12/11 11:25:53 riddles Exp $## Used to process lang_en.c and build the enum type from comments embeded # within said source file.while (<>){	if (/\/\* (TR_[A-Z0-9_]*)/) {		print "\t$1,\n"; }} print "};\n";

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?