Annotation of researchv10no/cmd/lcc/ph/n.h, revision 1.1

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: CHAR *Nc(){ static CHAR i = 7; return &i;}
        !            11: #if ANSI
        !            12: SCHAR *Nsc(){ static SCHAR i = 8; return &i;}
        !            13: #endif
        !            14: SHORT *Ns(){ static SHORT i = 9; return &i;}
        !            15: INT *Ni(){ static INT i = 10; return &i;}
        !            16: UCHAR *Nuc(){ static UCHAR i = 11; return &i;}
        !            17: USHORT *Nus(){ static USHORT i = 12; return &i;}
        !            18: UINT *Nui(){ static UINT i = 13; return &i;}
        !            19: LONG *Nl(){ static LONG i = 14; return &i;}
        !            20: ULONG *Nul(){ static ULONG i = 15; return &i;}
        !            21: FLOAT *Nf(){ static FLOAT i = 16; return &i;}
        !            22: DOUBLE *Nd(){ static DOUBLE i = 17; return &i;}
        !            23: #if ANSI
        !            24: LDOUBLE *Nld(){ static LDOUBLE i = 18; return &i;}
        !            25: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.