#ifndef WSFS_TEST_MSLEEP_HPP
#define WSFS_TEST_MSLEEP_HPP
namespace wsfs_test
{
extern void msleep(long millis);
}
#endif