-
Notifications
You must be signed in to change notification settings - Fork 43
sprintf, sprintl, sprinti library #343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: mikrosdk-2.14.4
Are you sure you want to change the base?
Conversation
platform/sprint/lib/src/sprint.c
Outdated
|
||
// ------------------------------------------------------------- PRIVATE MACROS | ||
|
||
// TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was it left here by accident? If so, should be removed.
platform/sprint/lib/include/sprint.h
Outdated
* @param ... Additional arguments to be formatted and inserted into the resulting string. | ||
* @return The number of characters written, excluding the null terminator. | ||
*/ | ||
int sprintf_me(char *str, const char *format, ...); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All "(" symbols should be followed with a space and all ")" symbols should have space before them in function declarations and in the code. Should be fixed in all header and source files. In macros and comments it can be left without spaces.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requested changes.
Changelog should be placed in 2.14.4 folder, not 2.14.4/new_hw |
Co-authored-by: Ivan Ruzavin <ivan.ruzavin@mikroe.com>
No description provided.