windows-nt/Source/XPSP1/NT/com/oleutest/oletest/output.h
2020-09-26 16:20:57 +08:00

28 lines
596 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1993.
//
// File: output.h
//
// Contents: Declarations for String output functions.
//
// Classes:
//
// Functions: OutputInitialize()
// OutputString()
//
// History: dd-mmm-yy Author Comment
// 22-Mar-94 alexgo author
//
//--------------------------------------------------------------------------
#ifndef _OUTPUT_H
#define _OUTPUT_H
int OutputString( char *szFormat, ... );
void SaveToFile( void );
#endif // !_OUTPUT_H