23 lines
509 B
C
23 lines
509 B
C
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: cm_misc.h
|
|
//
|
|
// Module: CMMON32.EXE
|
|
//
|
|
// Synopsis: Miscellaneous function headers for cmmon32.exe
|
|
//
|
|
// Copyright (c) 1998 Microsoft Corporation
|
|
//
|
|
// Author: quintinb Created Header 08/16/99
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
#ifndef _CM_MISC_INC
|
|
#define _CM_MISC_INC
|
|
|
|
//
|
|
// Utility.cpp
|
|
//
|
|
void FmtNum(DWORD dwNum, LPSTR pszNum, DWORD dwNumSize);
|
|
|
|
#endif
|