15 lines
357 B
C++
15 lines
357 B
C++
//----------------------------------------------------------------------------
|
|
//
|
|
// cspnutil.cpp
|
|
//
|
|
// Sundry span utilities.
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997.
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#include "pch.cpp"
|
|
#pragma hdrstop
|
|
|
|
// don't have anything to put in this file, yet
|