16 lines
594 B
C
16 lines
594 B
C
//================================================================================
|
|
// Copyright (C) 1997 Microsoft Corporation
|
|
// Author: RameshV
|
|
// Description: implements the basic structures for an option
|
|
// ThreadSafe: no
|
|
// Locks: none
|
|
// Please read stdinfo.txt for programming style.
|
|
//================================================================================
|
|
|
|
#include <mm.h>
|
|
#include "opt.h"
|
|
|
|
//================================================================================
|
|
// end of file
|
|
//================================================================================
|