SYNOPSIS

#include <util/neo_hdf.h>

NEOERR* hdf_write_file_atomic (HDF *hdf, const char *path);

DESCRIPTION

hdf_write_file_atomic is similar to hdf_write_file, except the new file is created with a unique name and then rename(2) is used to atomically replace the old file with the new file Input: Output:

RELATED TO hdf_write_file_atomic…