/** Copyright(c) Maynard Electronics, Inc. 1984-89 Name: sleep.h Date Updated: $./FDT$ $./FTM$ Description: This file contains prototypes for the functions in sleep.c Location: $Log: G:/LOGFILES/SLEEP.H_V $ * * Rev 1.0 09 May 1991 13:33:04 HUNTER * Initial revision. **/ /* $end$ */ #ifndef _sleep_h_ #define _sleep_h_ VOID sleep( UINT32 thousandths ) ; #endif