|
|
|
|
115
|
* @brief Formats the duration as a string
|
115
|
* @brief Formats the duration as a string
|
116
|
* @details String will be formated using a "full" representation of duration
|
116
|
* @details String will be formated using a "full" representation of duration
|
117
|
*
|
117
|
*
|
118
|
- * @param buffer The array pointed to must be able to accommodate 21 bytes
|
|
|
|
|
118
|
+ * @param buffer The array pointed to must be able to accommodate 22 bytes
|
|
|
119
|
+ * (21 for the string, 1 more for the terminating nul)
|
119
|
*
|
120
|
*
|
120
|
* Output examples:
|
121
|
* Output examples:
|
121
|
* 123456789012345678901 (strlen)
|
122
|
* 123456789012345678901 (strlen)
|