674
668
VOID(my_close(file,MYF(0)));
676
670
VOID(my_fclose(write_file,MYF(MY_WME)));
681
675
static int read_string(IO_CACHE *file, register uchar* *to, register uint length)
686
678
my_free((uchar*) *to,MYF(0));
687
679
if (!(*to= (uchar*) my_malloc(length+1,MYF(MY_WME))) ||