Thu 17 Oct 23:42:52 CEST 2024

This commit is contained in:
sbosse 2024-10-17 23:43:13 +02:00
parent c62c6a6e8d
commit 892afc02ed

8
include/library/errno.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef ERRNO_H
#define ERRNO_H
#include "kernel/error.h"
const char *strerror( kernel_error_t err_code);
#endif