Parent Directory
|
Revision Log
|
Patch
| revision 1.11 by joerg_wunsch, Tue Sep 6 18:49:15 2005 UTC | revision 1.12 by joerg_wunsch, Wed Nov 9 20:45:09 2005 UTC | |
|---|---|---|
| # | Line 37 | Line 37 |
| 37 | #include <limits.h> | #include <limits.h> |
| 38 | #include <stdarg.h> | #include <stdarg.h> |
| 39 | #include <stdio.h> | #include <stdio.h> |
| 40 | #include <stdlib.h> | |
| 41 | #include <string.h> | #include <string.h> |
| 42 | ||
| 43 | #include "stdio_private.h" | #include "stdio_private.h" |
| # | Line 111 vfscanf(FILE *stream, const char *fmt, v | Line 112 vfscanf(FILE *stream, const char *fmt, v |
| 112 | #if SCANF_LEVEL >= SCANF_FLT | #if SCANF_LEVEL >= SCANF_FLT |
| 113 | char *bp; | char *bp; |
| 114 | char fltchars[] = "0123456789Ee."; | char fltchars[] = "0123456789Ee."; |
| 115 | char buf[FLTBUF]; | char buf[FLTBUF]; |
| 116 | #endif | #endif |
| 117 | ||
| 118 | flags = 0; | flags = 0; |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |