Reading byte values from char array

前端 未结 0 764
予麋鹿
予麋鹿 2020-12-13 06:43

I have a function in which I want to check values of some char array bytes of all inserted values. Example:

int check_byte_value(char char_array) {
  int i=0;         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题