/* A small wrapper to call ksysguard --showprocesses */ #include int main() { return execlp( "ksysguard", "ksysguard", "--showprocesses", 0 ); }