source:
trunk/minix/lib/fphook/strtod.c@
11
Last change on this file since 11 was 9, checked in by , 14 years ago | |
---|---|
File size: 155 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | #include <stdio.h> |
2 | #include <stdlib.h> | |
3 | ||
4 | double | |
5 | strtod(const char *p, char **pp) | |
6 | { | |
7 | fprintf(stderr,"cannot print floating point\n"); | |
8 | exit(EXIT_FAILURE); | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.