Skip to content
Snippets Groups Projects
Commit 5ff8c449 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

snprintf(): If size is zero, then snprintf() should return the size of the...

snprintf():  If size is zero, then snprintf() should return the size of the required buffer without writing anyting.  From Sami Pelkonen
parent 35b94281
No related branches found
No related tags found
No related merge requests found
......@@ -61,4 +61,3 @@ int hello_main(int argc, char *argv[])
printf("Hello, World!!\n");
return 0;
}
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