gcsgithub / strerror

Format errno to strings - useful in scripts to display error strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This utility is useful to format err numbers return by various parts of the system for display inside scripts or generally instead of grep'ng them in errno.h

Usage: strerror [-c|-s|-g|-] print error message matching errno and exit with status errno -c use curl error lookups -s use sysexits -g use gia_strerror - report using standard system errors even when -c,-s,-g enabled

About

Format errno to strings - useful in scripts to display error strings

License:GNU General Public License v2.0


Languages

Language:C 100.0%