summaryrefslogtreecommitdiff
path: root/README.md
blob: 0cc97863b113d1f88b9f835fa8ef971f9121c16e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# strerror
describe system errors based on their numeric values

# compilation
`make`

# use
`strerror errno...`

For example:

```
$ ./strerror 1
1: Operation not permitted [EPERM]
```