nmdprintf.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. //=============================================================================
  2. //  Microsoft (R) Network Monitor (tm). 
  3. //  Copyright (C) 1993-1999. All rights reserved.
  4. //
  5. //  MODULE: nmdprintf.h
  6. //=============================================================================
  7. #ifndef NMDPRINTF_H
  8. #define NMDPRINTF_H
  9. #ifndef _NMSUPP_H
  10. #ifdef __cplusplus
  11. extern "C"
  12. {
  13. #endif
  14. extern VOID _cdecl dprintf(LPSTR format, ...);
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18. #endif 
  19. #endif