Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1865 → Rev 1866

/trunk/uspace/libc/include/err.h
32,8 → 32,8
/** @file
*/
 
#ifndef _libc__ERR_H_
#define _libc__ERR_H_
#ifndef LIBC_ERR_H_
#define LIBC_ERR_H_
 
#define errx(status, fmt, ...) { \
printf((fmt), ##__VA_ARGS__); \
42,6 → 42,5
 
#endif
 
 
/** @}
*/