You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to my understanding, write and waitpid are system calls, and if they return an error, the code does not immediately print 'error: fatal' and exit.
P.S.: Thanks for the inspiring code that shows a sample of extreme C syntax usage and a compact, efficient algorithm.
The text was updated successfully, but these errors were encountered:
According to my understanding, write and waitpid are system calls, and if they return an error, the code does not immediately print 'error: fatal' and exit.
P.S.: Thanks for the inspiring code that shows a sample of extreme C syntax usage and a compact, efficient algorithm.
The text was updated successfully, but these errors were encountered: