8 lines
112 B
C

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