?? tool.h
字號:
/*
* tool.h : the head file for tool.c
*
* Copyright (C) 2004, OPEN-JTAG, All rights reserved.
*/
#ifndef XJTAG_TOOL_H
#define XJTAG_TOOL_H
#include "types.h"
extern void tool_reverse_bit_order(int bit_len, const u32* input, u32 *output);
#endif
/* end of tool.h */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -