Skip to content
Snippets Groups Projects
Commit d9c27253 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Make *printf() return "int" instead of "void"


Change the return type of the *printf() functions to the standard
"int"; no changes are needed but returning the already available
length count.

This will save a few additional strlen() calls later...

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent c0c15379
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment