Why does replacing char[] with char* produce bus error?

后端 未结 0 504
逝去的感伤
逝去的感伤 2020-12-25 12:01
#include 
#include 
#include 

int comp(const void *a, const void *b) {
   const char *ia = (const char*)a;
   const c         


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