Blob Blame History Raw
#ifndef PTYCON_DPRINTF_IMPL_H
#define PTYCON_DPRINTF_IMPL_H

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

#endif