6 lines
90 B
C
6 lines
90 B
C
#ifndef FIO_CRC_TEST_H
|
|
#define FIO_CRC_TEST_H
|
|
|
|
int fio_crctest(const char *type);
|
|
|
|
#endif
|