Skip to content
Snippets Groups Projects
Commit 3c1b0f88 authored by Blinningjr's avatar Blinningjr
Browse files

Added source

parent 943f42cf
No related branches found
No related tags found
No related merge requests found
...@@ -184,6 +184,7 @@ int main() ...@@ -184,6 +184,7 @@ int main()
// //
// [your answer here] // [your answer here]
// In bash exit code 255 means "Exit status out of range" and it says "exit takes only integer args in the range 0 - 255". The result should have been -1 but it is out of range for bash, so that is why I didn't get the expected result. // In bash exit code 255 means "Exit status out of range" and it says "exit takes only integer args in the range 0 - 255". The result should have been -1 but it is out of range for bash, so that is why I didn't get the expected result.
// Source: https://tldp.org/LDP/abs/html/exitcodes.html
// //
// D) Debugging // D) Debugging
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment