1 2 3 4 5 6 7 8 9
#ifndef RS_H #define RS_H #include "bitstream.h" struct bitstream * rs_generate_words(int n, struct bitstream * data); #endif