repo.or.cz
/
eco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Refresh the buffer after remove empty lines.
[eco.git]
/
debug.h
blob
3cd578a4adab5d7cee605c30660b1a0c05249413
1
/*
2
* Copyright (C) 2008 Diego Hernan Borghetti.
3
* Eco
4
*/
5
6
#ifndef _ECO_DEBUG_H
7
#define _ECO_DEBUG_H
8
9
#include <stdarg.h>
10
11
void
e_debug_init
(
void
);
12
void
e_debug_end
(
void
);
13
void
e_debug_printf
(
char
*
fmt
, ...);
14
15
#endif
/* _ECO_DEBUG_H */