|
|
1.1 root 1: # define MAXDELIMS 3
2:
3: struct strfile { /* information table */
4: int str_numstr; /* number of strings in the file */
5: int str_longlen; /* length of longest string */
6: int str_shortlen; /* length of shortest string */
7: long str_delims[MAXDELIMS]; /* delimiter markings */
8: int str_unused; /* reserve space for later needs */
9: };
10:
11: typedef struct strfile STRFILE;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.