repo.or.cz
/
omfsprogs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make the library when building dist and normal targets
[omfsprogs.git]
/
io.h
blob
7f319f47a7279d2930fd548b3c15ff1f274d0539
1
#ifndef IO_H
2
#define IO_H
3
4
char
*
escape
(
char
*
s
);
5
void
sad_print
(
char
*
fmt
,
check_context_t
*
ctx
);
6
int
prompt_yesno
(
char
*
msg
);
7
8
#endif