This is a small Linux system programming exercise where I read information from /proc and display top processes by memory usage.
The goal was to practice:
- working with directories (opendir/readdir)
- parsing files in /proc
- dynamic memory allocation
- sorting using qsort
make
./procstat