/*\
||| This file a part of Pike, and is copyright by Fredrik Hubinette
||| Pike is distributed as GPL (General Public License)
||| See the files COPYING and DISCLAIMER for more information.
\*/
#ifndef RUSAGE_H
#define RUSAGE_H

/* Prototypes begin here */
INT32 *low_rusage(void);
INT32 internal_rusage(void);
/* Prototypes end here */

#endif
