summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ptycon_dprintf_impl.h
blob: 495b7874019b1ac8c64fddf85e1431cc5e69f3dc (plain)
1
2
3
4
5
6
#ifndef PTYCON_DPRINTF_IMPL_H
#define PTYCON_DPRINTF_IMPL_H

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

#endif