Subversion Repositories HelenOS-historic

Rev

Rev 1653 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1653 Rev 1719
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#include <stdio.h>
35
#include <stdio.h>
36
#include <stdlib.h>
36
#include <stdlib.h>
37
 
37
 
-
 
38
/* TODO
38
void errx (int __status, __const char *__format, ...)
39
void errx(int __status, __const char *__format, ...)
39
{
40
{
40
    printf("TODO...errx\n");
-
 
41
    _exit(0);
41
    _exit(0);
42
}
42
}
-
 
43
*/
43
 
44
 
44
 
45
 
45
 /** @}
46
/** @}
46
 */
47
 */
47
 
-
 
48
 
-