summaryrefslogtreecommitdiff
path: root/tools/wrk/src/aprintf.h
blob: 97bcc6eb7a9e3368f92f7fe52241f7f2887b0cf4 (plain)
1
2
3
4
5
6
#ifndef APRINTF_H
#define APRINTF_H

char *aprintf(char **, const char *, ...);

#endif /* APRINTF_H */