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