/ProcessTreeGenerator

Prints the tree structure generated by traversing the /proc virtual file system starting at a specified root process. Also takes an optional depth argument. Makes use of various system calls and dynamic memory allocation. (C)

Primary LanguageC

Issues