mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
526 B
27 lines
526 B
/*******************************************************************************
|
|
Copyright(c) Maynard, an Archive Company. 1991
|
|
|
|
|
|
Name: misc.h
|
|
|
|
Description:
|
|
|
|
|
|
$Log: G:/UI/LOGFILES/MISC.H_V $
|
|
|
|
Rev 1.1 04 Oct 1992 19:47:54 DAVEV
|
|
UNICODE AWK PASS
|
|
|
|
Rev 1.0 20 Nov 1991 19:40:26 SYSTEM
|
|
Initial revision.
|
|
|
|
*******************************************************************************/
|
|
|
|
#ifndef _misc_h_
|
|
#define _misc_h_
|
|
|
|
CHAR g_disk( VOID ) ;
|
|
INT16 s_disk( CHAR disk_letter ) ;
|
|
|
|
#endif
|
|
|