source:
abuse/trunk/src/imlib/include/dprint.hpp
@
32
Last change on this file since 32 was 2, checked in by , 17 years ago | |
---|---|
File size: 283 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #ifndef DPRINT_HPP_ |
2 | #define DPRINT_HPP_ | |
3 | ||
4 | void set_dprinter(void (*stat_fun)(char *)); // called with debug info | |
5 | void set_dgetter(void (*stat_fun)(char *, int)); // called mainly by lisp breaker | |
6 | void dprintf(const char *format, ...); | |
7 | void dgets(char *buf, int size); | |
8 | ||
9 | ||
10 | #endif |
Note: See TracBrowser
for help on using the repository browser.