Is there a tool that converts C++ file references into byte arrays?

前端 未结 0 1856
迷失自我
迷失自我 2020-12-16 08:55

Is there a took that converts this:

uint8_t thing[] = load_file("thing.txt");

into this:

uint8_t thing[] = {0x74, 0x         


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