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.
30 lines
487 B
30 lines
487 B
/**
|
|
Copyright(c) Maynard Electronics, Inc. 1984-89
|
|
|
|
|
|
Name: std_err.h
|
|
|
|
Date Updated: $./FDT$ $./FTM$
|
|
|
|
Description: this file contains the standard error
|
|
|
|
|
|
$Log: G:/LOGFILES/STD_ERR.H_V $
|
|
*
|
|
* Rev 1.0 09 May 1991 13:32:10 HUNTER
|
|
* Initial revision.
|
|
|
|
**/
|
|
/* $end$ */
|
|
|
|
#ifndef _std_err_h_
|
|
#define _std_err_h_
|
|
|
|
#define NO_ERR 0
|
|
|
|
/* standard errors: range -1 to -255 */
|
|
|
|
#define OUT_OF_MEMORY -1
|
|
#define USER_ABORT -2
|
|
|
|
#endif
|