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
@ -61,4 +61,3 @@ int hello_main(int argc, char *argv[])
|
|||||||
printf("Hello, World!!\n");
|
printf("Hello, World!!\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user