#include #include #include int main(int argc, char *argv[]) { struct mstats ms; ms = mstats(); return EXIT_SUCCESS; }