mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 15:23:56 -07:00
3 lines
147 B
C
3 lines
147 B
C
|
|
// Acts like vsnprintf, but handles positional parameters and %lld
|
||
|
|
int vsnprintf2(char* buffer, size_t count, const char* format, va_list argptr);
|