summaryrefslogtreecommitdiffhomepage
path: root/src/internal/perk_dprintf_impl.h
blob: 61e400d2517ac3218d2d9d09546c2f684c38f462 (plain)
1
2
3
4
5
6
#ifndef PERK_DPRINTF_IMPL_H
#define PERK_DPRINTF_IMPL_H

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

#endif