mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
merge from gcc
This commit is contained in:
@ -14,9 +14,7 @@ is deprecated in favor of @code{memset}.
|
||||
|
||||
|
||||
void
|
||||
bzero (to, count)
|
||||
char *to;
|
||||
int count;
|
||||
bzero (char *to, int count)
|
||||
{
|
||||
while (count-- > 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user