···22212221 \param buf
22222222 \param size
22232223 \param fmt
22242224- \return the number of characters printed or that would have been printed if the output was truncated (not including the trailing '\0') upon success
22252225- \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.
22242224+ \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
22252225+ \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.
2226222622272227int sound_default(int setting)
22282228 \group sound