mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
system.h
1 #ifndef _SYSTEM_H_
2 #define _SYSTEM_H_
3 
4 //#ifdef UNIX
5 #include <unistd.h>
6 //#endif
7 
8 #include <cstddef>
9 size_t
10 system_memory(void);
11 
12 #endif