26 lines
433 B
C
26 lines
433 B
C
//+----------------------------------------------------------------------------
|
|
//
|
|
// Copyright (C) 1992, Microsoft Corporation
|
|
//
|
|
// File: fastio.h
|
|
//
|
|
// Contents:
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 8/11/93 Milans created
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef _FASTIO_
|
|
#define _FASTIO_
|
|
|
|
extern FAST_IO_DISPATCH FastIoDispatch;
|
|
|
|
#endif // _FASTIO_
|
|
|
|
|
|
|