Sujet : Re: No warning at implicit removal of const. Was: relearning C: why does an in-place change to a char* segfault?
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : comp.lang.cDate : 13. Aug 2024, 00:18:18
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v9e57q$3gbtf$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
User-Agent : Mozilla Thunderbird
On 8/6/2024 3:59 PM, Ben Bacarisse wrote:
"Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> writes:
[...]
Also, take notice of:
struct device_vtable {
struct object_prv_vtable const object;
struct device_prv_vtable const device;
};
:^)