source:
trunk/minix/lib/fphook/strtod.c@
10
Last change on this file since 10 was 9, checked in by , 13 years ago | |
---|---|
File size: 155 bytes |
Line | |
---|---|
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.