mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-02 17:05:26 +00:00
3d26549032
This was SVN commit r3802.
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);
|