logoalt Hacker News

tobyhinloopen12/10/20240 repliesview on HN

I always get confused with `const` so I avoid using it hah. But If I had to, I'd either use `const char * foo`, `char * const foo` or `const char * const foo`.