Skip to content

Standard ERRNO error code lookup by name or by number.

License

Notifications You must be signed in to change notification settings

linguini1/ecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecode

I wrote this very simple program in order to help me decode error value when developing on Nuttx. Errors there are usually printed as just numerical values, which I haven't memorized despite seeing constantly.

To see the help information, run ecode --help.

Example

$ ecode 12
12 ENOMEM Out of memory
$ ecode EFAULT
14 EFAULT Bad address

About

Standard ERRNO error code lookup by name or by number.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published