Comment by pantalaimon
3 years ago
If you need 0 termination simply write
const char foo[] = {
#embed <file.txt>
, 0
};
3 years ago
If you need 0 termination simply write
const char foo[] = {
#embed <file.txt>
, 0
};
No comments yet
Contribute on Hacker News ↗