File: stdlib.h

package info (click to toggle)
bsdgames 2.5-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,412 kB
  • ctags: 4,665
  • sloc: ansic: 59,763; sh: 643; yacc: 327; lex: 79; makefile: 53; sed: 13; csh: 5
file content (5 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (2)
1
2
3
4
5
/* stdlib.h - bsd-games wrapper for <stdlib.h> */

#include_next <stdlib.h>

extern int getloadavg(double loadavg[], int nelem);