|
|
|
|
|
by kazinator
1264 days ago
|
|
It's not necessarily up to a compiler, or its program setup stub code, but possibly up to the host environment. Of course argv is mutable since it's a local variable/param. But what if the pointers are placed, by the OS, into read-only VM pages? Begrudgingly, the string data is made writable though, to conform to the standard. |
|