Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 392 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 392 Bytes

CS-451-Assignment1

To Compile: gcc mypstree.c -o mypstree

To Run: ./mypstree

This program will traversal the full process tree from the given parent ID and print all children. This program requires 1 argument, the parent Id as an integer. The arguments for this program have limitations including checking if the parent id is truly an integer before attempting to convert.