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
isblank() implementation.
[minix.git]
/
lib
/
libc
/
ack
/
fphook
/
fltpr.c
blob
1972f3ba34e03fafe225f3699a2ba8d42e936234
1
#include <stdio.h>
2
#include <stdlib.h>
3
#include
"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
}