Bill <bill_nos...@whoknows.net>:

> Marko Rauhamaa wrote:
>> One example is the surprising fact that string literals in C are
>> "char *" and not "const char *".
>
> If not, you couldn't pass a string literal to a function having
> prototype void f(char *s);

That *ought* to be prevented. That's the whole point.


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to