Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
509 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: cm_misc.h
  4. //
  5. // Module: CMMON32.EXE
  6. //
  7. // Synopsis: Miscellaneous function headers for cmmon32.exe
  8. //
  9. // Copyright (c) 1998 Microsoft Corporation
  10. //
  11. // Author: quintinb Created Header 08/16/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CM_MISC_INC
  15. #define _CM_MISC_INC
  16. //
  17. // Utility.cpp
  18. //
  19. void FmtNum(DWORD dwNum, LPSTR pszNum, DWORD dwNumSize);
  20. #endif