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

void perror(const char *s, int errno);

#endif /* __ERRNO_H */