mirror of
https://github.com/drasko/codezero.git
synced 2026-01-27 10:13:15 +01:00
Modified the kernel and all tasks with well-formatted printout messages.
This commit is contained in:
@@ -7,9 +7,4 @@
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
||||
extern int errno;
|
||||
|
||||
void perror(const char *str)
|
||||
{
|
||||
printf("%s: %d\n", str, errno);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user