Normalize line endings
This commit is contained in:
parent
f84e0d6086
commit
d9461a9401
15 changed files with 3643 additions and 3643 deletions
|
@ -1,10 +1,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
int modnn(int x);
|
||||
void generate_gf();
|
||||
void gen_poly();
|
||||
void rs_encode(unsigned char *data, unsigned char *bb);
|
||||
int rs_decode(unsigned char *data, int *eras_pos, int no_eras);
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
int modnn(int x);
|
||||
void generate_gf();
|
||||
void gen_poly();
|
||||
void rs_encode(unsigned char *data, unsigned char *bb);
|
||||
int rs_decode(unsigned char *data, int *eras_pos, int no_eras);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue