C++程序  |  10行  |  196 B

#ifndef SRECSEND_H
#define SRECSEND_H

#include "file.h"

void send_srec(struct serial_if *, struct file_info *,
		 void (*)(void *, size_t, struct file_info *, size_t));

#endif /* SRECSEND_H */