blob: 76dccc8e466d2b5e7d21b51d4ef00885ba2ea293 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef APIMAGIC_DPRINTF_IMPL_H
#define APIMAGIC_DPRINTF_IMPL_H
#ifdef ARGV_DRIVER
#define argv_dprintf amgc_dprintf
#endif
int amgc_dprintf(int fd, const char * fmt, ...);
#endif
|