1 2 3 4 5 6 7
#ifndef NSLEEP_H_INCLUDED #define NSLEEP_H_INCLUDED void pm_sleep(unsigned int const milliseconds); #endif