1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-22 23:25:21 +02:00

(ARRAY_SIZE): Define it.

This commit is contained in:
Jim Meyering
2003-03-05 11:06:18 +00:00
parent 5bc14b90c6
commit 09fb1e2d6e

View File

@@ -78,6 +78,8 @@ typedef WINBOOL (WINAPI *PFN_MS_EX) (lMEMORYSTATUSEX*);
#include "physmem.h"
#define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
/* Return the total amount of physical memory. */
double
physmem_total ()