Annotation of 42BSD/games/fortune/strfile.h, revision 1.1

1.1     ! root        1: /* @(#)strfile.h       1.2 (Berkeley) 5/14/81 */
        !             2: 
        !             3: # define       MAXDELIMS       3
        !             4: 
        !             5: struct strfile {               /* information table                    */
        !             6:        int     str_numstr;             /* number of strings in the file */
        !             7:        int     str_longlen;            /* length of longest string     */
        !             8:        int     str_shortlen;           /* length of shortest string    */
        !             9:        long    str_delims[MAXDELIMS];  /* delimiter markings           */
        !            10:        int     str_unused;             /* reserve space for later needs */
        !            11: };
        !            12: 
        !            13: typedef struct strfile STRFILE;

unix.superglobalmegacorp.com

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