Skip to content

Here’s a simple CLI tool written in C that takes an errno code as a command-line argument and prints its corresponding error description .

License

Notifications You must be signed in to change notification settings

null-gman/Log-errno-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log-errno-c

a simple CLI tool in C that takes an errno code as a command-line argument and prints its corresponding error description .

usage

  1. run make to compile the program to errno executable file(program) .
  2. run the program in the terminal with errno code as a command-line argument : ./errno 1 2 3 4 5 .
  3. image
  4. if add a non-number the program will run normaly and get the outhers code errors .
  5. image

About

Here’s a simple CLI tool written in C that takes an errno code as a command-line argument and prints its corresponding error description .

Resources

License

Stars

Watchers

Forks