|
|
1.1 root 1: /* The Plum Hall Validation Suite for C
2: * Unpublished copyright (c) 1986-1991, Chiron Systems Inc and Plum Hall Inc.
3: * VERSION: 4
4: * DATE: 1993-01-01
5: * The "ANSI" mode of this suite corresponds to official ANSI C, X3.159-1989.
6: * As per your license agreement, your distribution is not to be moved or copied outside the Designated Site
7: * without specific permission from Plum Hall Inc.
8: */
9:
10: /*
11: * LIB - standard library tests
12: * FREESTANDING version
13: * only <float.h>, <limits.h>, <stdarg.h>, and <stddef.h>
14: */
15: #define LIB_TEST 1 /* prevents inclusion of limits.h and float.h */
16: #include "defs.h"
17: void d4_1();
18: void d4_8();
19: int main(argc, argv)
20: int argc;
21: char **argv;
22: {
23: extern int Debug;
24:
25: if (argc > 1)
26: Debug = TRUE;
27: #include "license.h"
28: Filename = "libfrst.c";
29: d4_1();
30: d4_8();
31: return report("LIBFRST");
32: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.