about summary refs log tree commit diff
path: root/lib/util/nsleep.h
blob: 372b800830924cc558e97e6488264266e7f3b6bd (plain) (blame)
1
2
3
4
5
6
7
#ifndef NSLEEP_H_INCLUDED
#define NSLEEP_H_INCLUDED

void
sleepN(unsigned int const milliseconds);

#endif