source: trunk/minix/lib/fphook/strtod.c@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 155 bytes
Line 
1#include <stdio.h>
2#include <stdlib.h>
3
4double
5strtod(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.