<div dir="ltr"><div dir="ltr">Am So., 9. Okt. 2022 um 11:27 Uhr schrieb Tobias Pape <<a href="mailto:Das.Linux@gmx.de">Das.Linux@gmx.de</a>>:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> > char* foo is bad; the type of bar in "char* foo, bar;" is char.<br>
<br>
Ok, so it's "typedef pchar char*" from now on…<br></blockquote><div><br></div><div>And typedef const char *pcchar; because otherwise some inexperienced C programmer will use const pchar x and not get the const string which they wanted... </div><div><br></div><div>Or in other words: don't do this. ;-)</div><div><br></div></div></div>