windows-nt/Source/XPSP1/NT/net/rras/cm/cmmon/cm_misc.h

23 lines
509 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+----------------------------------------------------------------------------
//
// 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