fltpr.c

Go to the documentation of this file.
00001 #include        <stdio.h>
00002 #include        <stdlib.h>
00003 #include        "../stdio/loc_incl.h"
00004 
00005 int _fp_hook = 1;
00006 
00007 char *
00008 _f_print(va_list *ap, int flags, char *s, char c, int precision)
00009 {
00010         fprintf(stderr,"cannot print floating point\n");
00011         exit(EXIT_FAILURE);
00012 }

Generated on Fri Apr 14 22:57:25 2006 for minix by  doxygen 1.4.6