Q&A

  • C의 이와 같은 Structure는 어떤식으로 바꿀 수 있을까요.
typedef struct{

byte voc_rate:1;

byte fwd_rate:2;

byte fwd_erase:1;

byte rev_rate:2;

byte rev_erase:1;

byte SER:8;

}voice_quality_type;



방법이 없나요..

비트를 정의해야 하는데 답이 없네요..

0  COMMENTS