MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_close_csv_file

Function hb_close_csv_file

test/parsecsv.c:70–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void hb_close_csv_file( hb_csv_file_t *file )
71{
72 if( file == NULL )
73 {
74 return;
75 }
76
77 fclose( file->fileref );
78 free( file );
79}
80
81/* Parse CSV Cells */
82hb_csv_cell_t *hb_read_next_cell( hb_csv_file_t *file )

Callers 1

write_chapter_namesFunction · 0.85

Calls

no outgoing calls

Tested by 1

write_chapter_namesFunction · 0.68