#ifndef _MAC_H #define _MAC_H #include "popen.h" vector<vector<string> > get_mac_via_popen (); #endif