···2221 \param buf
2222 \param size
2223 \param fmt
2224- \return the number of characters printed or that would have been printed if the output was truncated (not including the trailing '\0') upon success
2225- \description Write a formatted string =fmt= in buffer =buf= of size =size= (including the trailing '\0'). These support %c, %s, %d and %x only with the width and zero padding flag only.
22262227int sound_default(int setting)
2228 \group sound
···2221 \param buf
2222 \param size
2223 \param fmt
2224+ \return the number of characters printed or that would have been printed if the output was truncated (not including the trailing NULL character) upon success
2225+ \description Write a formatted string =fmt= in buffer =buf= of size =size= (including the trailing NULL character). These support %c, %s, %d and %x only with the width and zero padding flag only.
22262227int sound_default(int setting)
2228 \group sound