cd21_new.searchresults

来自「p89lpc915程序」· SEARCHRESULTS 代码 · 共 11 行

SEARCHRESULTS
11
字号
---- PutChar Matches (9 in 3 files) ----
Debug.c (src):void PutChar(unsigned char ch)
Debug.c (src):		PutChar(buffer[i]);
Debug.c (src):	PutChar(buffer_vaule[0]);
Debug.c (src):	PutChar(buffer_vaule[1]);
Debug.c (src):		PutChar('\n');
Debug.c (src):		PutChar(' ');
Debug.h (src):void PutChar(unsigned char ch);	
main.C (src)://		PutChar(0x55);
main.C (src):		    	PutChar(0x55);

⌨️ 快捷键说明

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