Hash : 96623244 Author : Date : 2017-10-02T12:46:33
Reserved macro names are replaced.
Download
1 2 3 4 5 6 7
#ifndef RSECC_DECODER_H #define RSECC_DECODER_H void RSECC_decoder_init(); int RSECC_decoder_checkSyndrome(int dl, unsigned char *data, int el, unsigned char *ecc); #endif /* RSECC_DECODER_H */