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