repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
forget difference between big and small commands - obsolete with vm.
[minix.git]
/
lib
/
ack
/
fphook
/
strtod.c
blob
8f58baa08a1cda3c1af33577c924727218aed8ef
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
}