Skip to content

rciaramitaro/CS-451-Assignment1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages