home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3296 / printfflag.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-07  |  303 b   |  13 lines

  1. #ifndef PRINTFFLAG_H
  2. #define PRINTFFLAG_H
  3.  
  4. extern char *printfflag();
  5. /* printfflag(f,0) produces rwa */
  6. /*                          wn */
  7. /* printfflag(f,1) produces rwa     */
  8. /*                          wn      */
  9. /* printfflag(f,2) produces rw a    */
  10. /*                           wn     */
  11.  
  12. #endif
  13.