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 old redir program
[lcapit-junk-code.git]
/
pet-projects
/
DLW-1e
/
das
/
error.h
blob
c5d9f25b7f8d399164ad9522ada8914b3eaec187
1
#ifndef _DAS_ERROR_H
2
#define _DAS_ERROR_H
3
4
void
error_setup
(
const char
*
name
);
5
void
error
(
int
line_nr
,
const char
*
err
, ...);
6
void
fatal
(
const char
*
err
, ...);
7
8
#endif
/* _DAS_ERROR_H */