Annotation of 43BSDReno/contrib/isode-beta/doc/manual/grind4-6a.py, revision 1.1.1.1

1.1       root        1: -- personnel record pretty-printer
                      2: 
                      3: PERSONNEL DEFINITIONS  ::=
                      4: 
                      5: %{
                      6: #define DEBUG
                      7: 
                      8: #include <stdio.h>
                      9: 
                     10: 
                     11: #define ps_adios(ps, f) \
                     12:        adios (NULLCP, "%s: %s", (f), ps_error ((ps) -> ps_errno))
                     13: 
                     14: 
                     15: static char *myname = "prpp";
                     16: 
                     17: 
                     18: void   adios ();
                     19: 
                     20: 
                     21: static char *givenName;
                     22: static char *initial;
                     23: static char *familyName;
                     24: static char *Title;
                     25: static char *Date;
                     26: 
                     27: 
                     28: static char *months[] = {
                     29:     "January", "February", "March", "April", "May", "June",
                     30:     "July", "August", "September", "October", "November", "December"
                     31: };
                     32: 
                     33: ...

unix.superglobalmegacorp.com

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