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 }
1.4.6