home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume4 / printfck / procent.h < prev   
C/C++ Source or Header  |  1986-11-30  |  542b  |  25 lines

  1. /* procent.h
  2.  * this file is the header for files being lint'ed using printfck
  3.  */
  4.  
  5. int procent_d();
  6. int procent_o();
  7. int procent_x();
  8. long procent_D();
  9. long procent_O();
  10. long procent_X();
  11. double procent_e();
  12. double procent_f();
  13. double procent_g();
  14. double procent_E();
  15. double procent_F();
  16. double procent_G();
  17.  
  18. /* NOTE: not all C compilers support unsigned long! - If your compiler rejects
  19.  * the following line, replace "unsigned long" with just "long"
  20.  */
  21. unsigned long procent_U();
  22. unsigned procent_u();
  23. int procent_c();
  24. char *procent_s();
  25.