view third_party/wrk/src/aprintf.h @ 211:a6d8d32a0261

[MrJuneJune] Simple animations for darkmode.
author MrJuneJune <me@mrjunejune.com>
date Sun, 15 Feb 2026 21:38:23 -0800
parents 94705b5986b3
children
line wrap: on
line source

#ifndef APRINTF_H
#define APRINTF_H

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

#endif /* APRINTF_H */