c-lang

来自「sleuthit-2.09 一个磁盘的工具集」· 代码 · 共 25 行

TXT
25
字号
#------------------------------------------------------------------------------# c-lang:  file(1) magic for C programs (or REXX)## XPM icons (Greg Roelofs, newt@uchicago.edu)# if you uncomment "/*" for C/REXX below, also uncomment this entry#0	string		/*\ XPM\ */	X pixmap image data# this first will upset you if you're a PL/1 shop...# in which case rm it; ascmagic will catch real C programs#0	string		/*		C or REXX program text#0	string		//		C++ program text# From: Mikhail Teterin <mi@aldan.algebra.com> 0	string		cscope		cscope reference data>7	string		x		version %.2s# We skip the path here, because it is often long (so file will# truncate it) and mostly redundant.# The inverted index functionality was added some time betwen# versions 11 and 15, so look for -q if version is above 14:>7	string		>14>>10	regex		.+\ -q\ 	with inverted index>10	regex		.+\ -c\ 	text (non-compressed)

⌨️ 快捷键说明

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