ack/modules/src/data/astring.h

9 lines
134 B
C

#ifndef ASTRING_H
#define ASTRING_H
extern const char* aprintf(const char* fmt, ...);
#endif
/* vim: set sw=4 ts=4 expandtab : */