Annotation of researchv10no/cmd/spitbol/cint/syspp.c, revision 1.1

1.1     ! root        1: /*
        !             2: /   syspp - obtain print parameters
        !             3: */
        !             4: 
        !             5: #include "osint.h"
        !             6: #include "spitblks.h"
        !             7: 
        !             8: extern WORD    lnsppage;
        !             9: extern WORD    pagewdth;
        !            10: extern WORD    spitflag;
        !            11: 
        !            12: syspp()
        !            13: 
        !            14: {
        !            15:        /*
        !            16:        /   Set page width, lines per page, and compiler flags.
        !            17:        */
        !            18:        SET_WA( pagewdth );
        !            19:        SET_WB( lnsppage );
        !            20:        SET_WC( spitflag );
        !            21: 
        !            22:        return NORMAL_RETURN;
        !            23: }

unix.superglobalmegacorp.com

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