e263.c

memset( )の第3引数が 0


修正前 memset( buf, 'x', 0 ) ;
解説 memset( )の第3引数が 0 では、意味がありません。