aboutsummaryrefslogtreecommitdiff
path: root/common.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement mstat_check_argument_(int,double,str) functionsJoseph Hunkeler2023-02-151-19/+54
|
* More stdout message modificationJoseph Hunkeler2023-02-121-2/+13
| | | | | | | * Clear terminal (if possible) and pretty print all fields for each sample * Clean up usage statement(s) * mstat_find_program returns absolute path of "name" on success if "name" begins with "./" * Zero option structure(s) at runtime
* Move find_program to commonJoseph Hunkeler2023-02-091-1/+43
| | | | * Add ability to return the path to program
* Initial commitJoseph Hunkeler2022-09-141-0/+572