memtest.h
上传用户:dzdeming
上传日期:2022-08-03
资源大小:381k
文件大小:0k
源码类别:

Windows CE

开发平台:

Visual C++

  1. /*********************************************
  2.   NAME: memtest.h
  3.   DESC: 
  4.   HISTORY:
  5.   03.27.2002:purnnamu: first release
  6.  *********************************************/
  7. #ifndef __memtest_h__
  8. #define __memtest_h__
  9. void MemoryTest(void);
  10. #endif  //__memtest_h__