commit | b776e25b97721c1973a497bf1586712c3a8e67c5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 02 08:46:04 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri May 30 09:49:31 2025 +0100 |
tree | 3daecd9ea2c917e972afba0969d30d79f0bbd35d | |
parent | 3889013693b59d01335b58d381976ac248b27029 [diff] |
abuf: Add a way to printf() into a buffer It is useful to format a string into a buffer, with the sizing handled automatically. Add a function for this. Signed-off-by: Simon Glass <sjg@chromium.org>