1 /* loadavg.h: load average support.
3 This file is part of Cygwin.
5 This software is a copyrighted work licensed under the terms of the
6 Cygwin license. Please consult the file "CYGWIN_LICENSE" for
19 int fetch (double _loadavg
[], int nelem
);
20 void update_loadavg ();
21 void calc_load (int index
, int delta_time
, int decay_time
, double n
);
24 #endif /* LOADAVG_H */