Files
u-boot/test/lib
Simon Glass 6e7eb02b48 lib: Provide a signed version of simple_itoa()
In some cases we want to show a signed value to the user without needing
to use the full printf() implementation. Add a new version of the
simple_itoa() function to handle this.

Update the existing function to use ulong instead of long, to avoid
confusion about which it actually uses.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-03-19 12:25:18 +01:00
..
2025-02-25 16:39:57 -07:00
2025-02-25 16:39:57 -07:00
2025-03-19 12:25:18 +01:00