Header file defining String formatting functions. More...
Functions | |
int32 | vswcopyf (uint8 *destination, const uint8 *format, va_list ap) |
Equivalent to vsprintf. More... | |
int32 | swcopyf (uint8 *destination, const uint8 *format,...) |
Equivalent to sprintf. More... | |
int32 | vswncopyf (uint8 *destination, int32 len, const uint8 *format, va_list ap) |
Equivalent to vsnprintf. More... | |
int32 | swncopyf (uint8 *destination, int32 len, const uint8 *format,...) |
Equivalent to snprintf. More... | |
int32 | swncopyduration (uint8 *destination, int32 len, int32 millisecs) |
Format a duration, expressing in hours, minutes, and seconds, and also summarised in a machine-parseable format. More... | |
Header file defining String formatting functions.
Copyright (C) 2023 Global Graphics Software Ltd. All rights reserved. Global Graphics Software Ltd. Confidential Information.