mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-04 13:49:08 +00:00
snprintf(): If size is zero, then snprintf() should return the size of the required buffer without writing anyting. From Sami Pelkonen
This commit is contained in:
parent
35b94281af
commit
5ff8c449e2
1 changed files with 0 additions and 1 deletions
|
|
@ -61,4 +61,3 @@ int hello_main(int argc, char *argv[])
|
|||
printf("Hello, World!!\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue