comparison third_party/wrk/src/aprintf.h @ 178:94705b5986b3

[ThirdParty] Added WRK and luajit for load testing.
author MrJuneJune <me@mrjunejune.com>
date Thu, 22 Jan 2026 20:10:30 -0800
parents
children
comparison
equal deleted inserted replaced
177:24fe8ff94056 178:94705b5986b3
1 #ifndef APRINTF_H
2 #define APRINTF_H
3
4 char *aprintf(char **, const char *, ...);
5
6 #endif /* APRINTF_H */