Login
From:
Jens Gustedt's Blog
(Uncensored)
subscribe
Make C string literals const? – Jens Gustedt's Blog
https://gustedt.wordpress.com/2025/04/06/make-c-string-literals-const/
links
backlinks
Roast topics
Find topics
Find it!
Martin Uecker has started a new initiative to ensure a better const contract for C2y: change the type of string literals to a const-qualified base type, much as it is already the case in C++. Compi…