⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dumpbuf.h

📁 开放源码的嵌入式开发环境
💻 H
字号:
/* *  COPYRIGHT (c) 1997. *  On-Line Applications Research Corporation (OAR). * *  The license and distribution terms for this file may in *  the file LICENSE in this distribution or at *  http://www.rtems.com/license/LICENSE. * *  $Id: dumpbuf.h,v 1.3 2004/09/17 17:00:19 joel Exp $ */#ifndef __DUMP_BUFFER_h#define __DUMP_BUFFER_h#ifdef __cplusplusextern "C" {#endifvoid Dump_Buffer(  unsigned char *buffer,  int            length);#ifdef __cplusplus}#endif#endif/* end of include file */

⌨️ 快捷键说明

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