RTEMS  5.0.0
dumpbuf.h
Go to the documentation of this file.
1 
10 /*
11  * COPYRIGHT (c) 1997-2011.
12  * On-Line Applications Research Corporation (OAR).
13  *
14  * The license and distribution terms for this file may in
15  * the file LICENSE in this distribution or at
16  * http://www.rtems.org/license/LICENSE.
17  */
18 
19 #ifndef __DUMP_BUFFER_h
20 #define __DUMP_BUFFER_h
21 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
43  const unsigned char *buffer,
44  int length
45 );
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif
52 /* end of include file */
void rtems_print_buffer(const unsigned char *buffer, int length)
Print memory buffer.
Definition: dumpbuf.c:50