home *** CD-ROM | disk | FTP | other *** search
- /* errtst.c -- errgen test program
-
- THIS SOFTWARE FITS THE DESCRIPTION IN THE U.S. COPYRIGHT ACT OF A
- "UNITED STATES GOVERNMENT WORK". IT WAS WRITTEN AS A PART OF THE
- AUTHOR'S OFFICIAL DUTIES AS A GOVERNMENT EMPLOYEE. THIS MEANS IT
- CANNOT BE COPYRIGHTED. THIS SOFTWARE IS FREELY AVAILABLE TO THE
- PUBLIC FOR USE WITHOUT A COPYRIGHT NOTICE, AND THERE ARE NO
- RESTRICTIONS ON ITS USE, NOW OR SUBSEQUENTLY.
-
- Author:
- S.M. Orlow
- Systex,Inc.
- Beltsville, MD 20705
- 301-474-0111
- June, 1986
-
- Contractor:
- K. E. Gorlen
- Bg. 12A, Rm. 2017
- Computer Systems Laboratory
- Division of Computer Research and Technology
- National Institutes of Health
- Bethesda, Maryland 20892
- Phone: (301) 496-5363
- uucp: uunet!nih-csl!kgorlen
- Internet: kgorlen@alw.nih.gov
-
- Function:
-
- $Log: errtst.c,v $
- * Revision 3.0 90/05/15 22:37:03 kgorlen
- * Release for 1st edition.
- *
- */
-
- static const char rcsid[] = "$Header: /afs/alw.nih.gov/unix/sun4_40c/usr/local/src/nihcl-3.0/share/errfac/RCS/errtst.c,v 3.0 90/05/15 22:37:03 kgorlen Rel $";
-
- #include "errors.h"
- #include "errlib.h"
- #include "testerrs.h"
-
- main() {
- NIHCL__errinit();
-
- seterror(NIHCL__FIRSTERROR,WARNING,0,"NONE");
- seterror(NIHCL__LAST_ERROR,FATAL,0,1,0);
- }
-