1 2 3 4 5 6 7 8 9 10 11
#ifdef __cplusplus extern "C" { #endif void l2_data_out_Bbis(int fn, const unsigned char *data, int len); void l2_data_out_B(int fn, const unsigned char *data, int len); #ifdef __cplusplus } #endif