1 2 3 4 5 6 7 8
#ifndef SWIFTEN_sleep_H #define SWIFTEN_sleep_H namespace Swift { void sleep(unsigned int msecs); } #endif