#ifndef NSLEEP_H_INCLUDED
#define NSLEEP_H_INCLUDED

void
sleepN(unsigned int const milliseconds);

#endif
