mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
6 lines
129 B
C
6 lines
129 B
C
/* stdlib.h - bsd-games wrapper for <stdlib.h> */
|
|
|
|
#include_next <stdlib.h>
|
|
|
|
extern int getloadavg(double loadavg[], int nelem);
|