For those who are familiar with IO programming, could you please tell me what is wrong with my code (I am in fact unable to write the dataset in the *.h5 file).
// GET EACH LINE OF THE TEST FILE (test_file), CONVERT INTO FLOAT, STORE IN buf_test2
// THE FILE TEST HAS BEEN PREVIOUSLY OPEN
// THIS IS WORKING
while ((fl_map_tmp < FILE_LEN) && (fgets(buf_test[fl_map_tmp],LINE_LEN,test_file) != NULL)) {