summaryrefslogtreecommitdiff
path: root/src/internal/apimagic_dprintf_impl.h
blob: becc88982df43d8c3c5548b35da51b49b902b145 (plain)
1
2
3
4
5
6
#ifndef APIMAGIC_DPRINTF_IMPL_H
#define APIMAGIC_DPRINTF_IMPL_H

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

#endif