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