summaryrefslogtreecommitdiffstats
path: root/include/errno.h
blob: 56ed0ed9d90600810204801d458d15828354553b (plain)
1
2
3
4
5
6
7
8
#ifndef __ERRNO_H
#define __ERRNO_H

extern int errno;

void perror(const char *s);

#endif /* __ERRNO_H */