ARMEBS4  revision-26.06.2015
retarget.h
Go to the documentation of this file.
1 /**
2  * \file retarget.h
3  * \brief stdio redirection
4  * \author marc dot pignat at hevs dot ch
5  * \ingroup stdio_h
6  * @{
7  ***************************************************************************/
8 #ifndef HEIVS_RETARGET_H
9 #define HEIVS_RETARGET_H
10 
11 #ifdef __cplusplus
12  extern "C" {
13 #endif
14 
15 void retarget_init(void);
16 
17 #ifdef __cplusplus
18  }
19 #endif
20 
21 /**
22  * @}
23  */
24 #endif /* HEIVS_RETARGET_H */