top gets pcpu work

This commit is contained in:
albert
2002-10-10 00:01:37 +00:00
parent 667b1bc2fa
commit 21c9ffa15e
7 changed files with 30 additions and 21 deletions

View File

@@ -7,6 +7,7 @@
\***********************************************************************/
#include <stdlib.h>
#include <stdio.h>
#include "procps.h"
void *xcalloc(void *pointer, int size) {
void * ret;