dumpbuf.h
来自「RTEMS (Real-Time Executive for Multiproc」· C头文件 代码 · 共 30 行
H
30 行
/* * 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.1.8.2 2004/09/17 16:59:37 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 + =
减小字号Ctrl + -
显示快捷键?