sTimeout.h 522 B

1234567891011121314151617181920
  1. /*******************************************************************************
  2. *
  3. * Timeout
  4. * Soft version: V1.00
  5. * File Name: sTimeout.c
  6. * Author : zzw (zhangzw_3@163.com)
  7. * creation date: 2011-05-22
  8. * module description:
  9. * Copyright (C) reserve
  10. *
  11. ********************************************************************************/
  12. #if !defined(_TIMEOUT_H_)
  13. #define TIMEOUT_H
  14. #include "GLOBAL.h"
  15. BOOL sTimeout(unsigned int *varp, unsigned int tout);
  16. #endif // !defined(TIMEOUT_H)
  17. /* EOF */