Files
kernel/usr/libc/include/errno.h
T
2019-10-29 15:21:14 +02:00

8 lines
112 B
C

#pragma once
#include <sys/errno.h>
extern int errno;
char *strerror(int errnum);
void perror(const char *s);