mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
2 lines
147 B
C
Executable file
2 lines
147 B
C
Executable file
// Acts like vsnprintf, but handles positional parameters and %lld
|
|
int vsnprintf2(char* buffer, size_t count, const char* format, va_list argptr);
|