Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1719 → Rev 1653

/uspace/trunk/libc/generic/err.c
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libc
/** @addtogroup libc
* @{
*/
/** @file
35,13 → 35,14
#include <stdio.h>
#include <stdlib.h>
 
/* TODO
void errx(int __status, __const char *__format, ...)
void errx (int __status, __const char *__format, ...)
{
printf("TODO...errx\n");
_exit(0);
}
*/
 
 
/** @}
/** @}
*/