diff options
Diffstat (limited to 'cmd_rusage.h')
-rw-r--r-- | cmd_rusage.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cmd_rusage.h b/cmd_rusage.h new file mode 100644 index 0000000..5e35317 --- /dev/null +++ b/cmd_rusage.h @@ -0,0 +1,14 @@ +#ifndef __CMD_RUSAGE_H +#define __CMD_RUSAGE_H + +#include <stdlib.h> +#include <stdio.h> + +#include <sys/time.h> +#include <sys/resource.h> + +#include "util.h" + +void *cmd_rusage(void *data); + +#endif
\ No newline at end of file |