#ifndef SWIFTEN_sleep_H #define SWIFTEN_sleep_H namespace Swift { void sleep(unsigned int msecs); } #endif