repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
. service tells you which device it couldn't stat
[minix3.git]
/
lib
/
ack
/
fphook
/
fltpr.c
blob
7ba3fb018c55c42e50faf78ef0d9e69261462bfb
1
#include <stdio.h>
2
#include <stdlib.h>
3
#include
"../stdio/loc_incl.h"
4
5
int
_fp_hook
=
1
;
6
7
char
*
8
_f_print
(
va_list
*
ap
,
int
flags
,
char
*
s
,
char
c
,
int
precision
)
9
{
10
fprintf
(
stderr
,
"cannot print floating point
\n
"
);
11
exit
(
EXIT_FAILURE
);
12
}