Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

sleep_ew.c

Go to the documentation of this file.
00001 
00002 /*
00003  *   THIS FILE IS UNDER RCS - DO NOT MODIFY UNLESS YOU HAVE
00004  *   CHECKED IT OUT USING THE COMMAND CHECKOUT.
00005  *
00006  *    $Id: sleep__ew_8c-source.html 2161 2006-05-19 16:55:03Z paulf $
00007  *
00008  *    Revision history:
00009  *     $Log$
00009  *     Revision 1.1  2006/05/19 16:55:02  paulf
00009  *     first inclusion
00009  *
00010  *     Revision 1.1  2000/02/14 18:53:30  lucky
00011  *     Initial revision
00012  *
00013  *
00014  */
00015 
00016 /********************************************************************
00017  *                 sleep_ew.c    for   Windows NT                   *
00018  ********************************************************************/
00019 
00020 #include <windows.h>
00021 
00022 void sleep_ew( unsigned milliseconds )
00023 {
00024    Sleep( (DWORD) milliseconds );
00025    return;
00026 }

Generated on Tue May 6 09:16:10 2003 for Earthworm Libs by doxygen1.3-rc3