5.6 The File ‘prf.c’

This file is found on Sheets 23 and 24, and contains the following procedures:

    printf (2340)     panic (2416)
    printn (2369)     prdev (2433)
    putchar (2386)    deverror (2447)

The calling relationship between these procedures is illustrated below:


             panic    deverror
                 |      |
                 |    prdev
                 |      |
                  \    /
                  printf
                    |
                  printn
                    |
                  putchar