// COMP1521 21T2 … final exam, question 6
#include
#include
#include
void
convert_hexdump_to_bytes (FILE *hexdump_input, FILE *byte_output)
{
// TODO
// Hint: `man 3 fscanf`
// Hint: `man 3 fseek`
// Hint: See question text for
// third hint.
}