239
239
assert(!memcmp(reader_handle.row_ptr, test_string, ret));
242
if (!(ret= azopen(&writer_handle, TEST_FILENAME, O_RDWR|O_BINARY, method)))
242
if (!(ret= azopen(&writer_handle, TEST_FILENAME, O_RDWR, method)))
244
244
printf("Could not open file (%s) for appending\n", TEST_FILENAME);