Mananpoddarm
06/17/2020, 2:26 PMA = (char *) malloc(sizeof(char) * 6);
Hi everyone, could someone help me with what is the alternative of malloc in kotlin? I would like to convert above in kotlinSylvain Moindron
06/17/2020, 2:28 PMMilan Hruban
06/17/2020, 3:17 PMMatteo Mirk
06/18/2020, 11:09 AMval ca = CharArray(6)