C++程序  |  7行  |  90 B

#ifndef FIO_CRC_TEST_H
#define FIO_CRC_TEST_H

int fio_crctest(const char *type);

#endif