static unsigned function? I don't get this function in c

前端 未结 0 394
慢半拍i
慢半拍i 2020-12-30 06:45

I don\'t get this function, Can someone explain to me what this code does?

static unsigned hexval(char c)
{
    if (c >= \'0\' && c <= \'9\')
           


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