--- In [email protected], Jos Timanta Tarigan <jos_t_tari...@...> wrote:
>
> *array[0] = 'a';
> :

Brackets are your friend:

(*array)[0] = 'a';
:


Reply via email to