Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92408152
sleep.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 20, 01:40
Size
112 B
Mime Type
text/x-c
Expires
Fri, Nov 22, 01:40 (2 d)
Engine
blob
Format
Raw Data
Handle
22436863
Attached To
rLAMMPS lammps
sleep.cpp
View Options
#include "sleep.h"
#include "windows.h"
void usleep (int x)
{
int y = x;
y = x/1000;
Sleep(y);
}
Event Timeline
Log In to Comment