Subversion Repositories HelenOS

Rev

Rev 2813 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2812 svoboda 1
/** @addtogroup libc
2
 * @{
3
 */
4
/** @file
5
 */
6
 
7
#ifndef LIBC_UDEBUG_H_
8
#define LIBC_UDEBUG_H_
9
 
10
#include <kernel/udebug.h>
11
 
12
#endif
13
 
14
/** @}
15
 */