hexprint.h

来自「DVB MPEG2 system stream 分析, 包含 各個talbe(」· C头文件 代码 · 共 27 行

H
27
字号
/*$Id: hexprint.h,v 1.8 2004/03/09 20:59:23 rasc Exp $ DVBSNOOP a dvb sniffer  and mpeg2 stream analyzer tool http://dvbsnoop.sourceforge.net/ (c) 2001-2004   Rainer.Scherg@gmx.de (rasc)*/#ifndef __HEXPRINT_H#define __HEXPRINT_H void setHexPrintMode (int i);void printhex_buf (int verbose, u_char *buf, int len);void printhexline_buf (int verbose, u_char *buf, int len);void printasciiline_buf (int verbose, u_char *buf, int n);#endif

⌨️ 快捷键说明

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