home *** CD-ROM | disk | FTP | other *** search
- /* procent.h
- * this file is the header for files being lint'ed using printfck
- */
-
- int procent_d();
- int procent_o();
- int procent_x();
- long procent_D();
- long procent_O();
- long procent_X();
- double procent_e();
- double procent_f();
- double procent_g();
- double procent_E();
- double procent_F();
- double procent_G();
-
- /* NOTE: not all C compilers support unsigned long! - If your compiler rejects
- * the following line, replace "unsigned long" with just "long"
- */
- unsigned long procent_U();
- unsigned procent_u();
- int procent_c();
- char *procent_s();
-