Problem to allocate memory outside the main

前端 未结 0 2003
庸人自扰
庸人自扰 2020-12-22 23:50

As a beginner in C, I learned a fancy way to allocate the memory with struct{} to replace something like ch1Buffer = calloc(u32Size, sizeof *ch1Buffer);

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