MwStringPrintIntoBuffer
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoI_xD 2026-03-30 11:14:33 -07:00
commit 35d2b4bb76
21 changed files with 233 additions and 331 deletions

View file

@ -41,6 +41,13 @@ MWDECL void MwStringSize(char* out, MwOffset size);
*/
MWDECL void MwStringTime(char* out, time_t t);
/*!
* @brief Prints up to n characters into a buffer
* @param out Buffer
* @param size Max size
*/
MWDECL void MwPrintIntoBuffer(char* out, MwU32 size, const char* fmt, ...);
#ifdef __cplusplus
}
#endif