repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduce TinyHttp server
[lcapit-junk-code.git]
/
CEP
/
C
/
misc.h
blob
cfbe63fa747d91afefde3eb440ab2ddad96fc7ef
1
#ifndef __MISC_H
2
#define __MISC_H
3
4
#include <stdio.h>
5
6
void
fatal
(
const char
*
err
, ...);
7
char
*
read_chars
(
FILE
*
db
,
int
(*
eof_chars
)(
FILE
*
db
,
char
c
));
8
9
#endif
/* __MISC_H */