1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef __GSMSTACK_H__ #define __GSMSTACK_H__ 1 #ifdef __cplusplus extern "C" { #endif int decode_sch(const unsigned char *src, int *fn_o, int *bsic_o); #ifdef __cplusplus } #endif #endif