[BACK]Return to has_getrusage.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari / config

File: [local] / OpenXM_contrib / pari / config / Attic / has_getrusage.c (download)

Revision 1.1, Sun Jan 9 17:35:29 2000 UTC (24 years, 5 months ago) by maekawa
Branch: MAIN

Initial revision

#define _INCLUDE_POSIX_SOURCE
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
main(){ struct rusage a; printf("%d",getrusage(0,&a));}