crtouch.pm

来自「platform file from motorola kernel code」· PM 代码 · 共 18 行

PM
18
字号
# Purpose: Provide a routine to add files to a config record## (C) COPYRIGHT 2006 MOTOROLA#     ALL RIGHTS RESERVED## THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA.  The# copyright notice above does not evidence any actual or intended# publication of such source code.#sub crtouch {	open (my $fh,'<',@_);	read ($fh,my $buf,1);	close($fh);}1;

⌨️ 快捷键说明

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