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.
29 lines
647 B
29 lines
647 B
//-----------------------------------------------------------------------
|
|
//
|
|
// CARDLIB.H
|
|
//
|
|
// Generic Library Access File
|
|
//
|
|
// Only these routines may be accessed from a given cardtxxx.lib file
|
|
// for a given operating system.
|
|
//
|
|
// Only this file --CARDLIB.H-- and the cardtxxx.lib file should be used
|
|
// to build an application or driver.
|
|
//
|
|
// Revisions:
|
|
//
|
|
// 03-22-93 KJB First.
|
|
//
|
|
//-----------------------------------------------------------------------
|
|
|
|
// General typedefs
|
|
|
|
#include "typedefs.h"
|
|
|
|
// Return status codes for all SHORT functions
|
|
|
|
#include "status.h"
|
|
|
|
// Functions that are exported...
|
|
|
|
#include "card.h"
|