summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ptycon_dprintf_impl.h
blob: d2b5c7d5d10952da65aade45d02d7ed7f00e9f77 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef PTYCON_DPRINTF_IMPL_H
#define PTYCON_DPRINTF_IMPL_H

#ifdef  ARGV_DRIVER
#define argv_dprintf ptyc_dprintf
#endif

int ptyc_dprintf(int fd, const char * fmt, ...);

#endif