typedef struct map map;. /** @brief Allocates and initializes a new array */. array *array_new(void) {. array *tmp = malloc(sizeof(array));. tmp->size = 0;.
確定! 回上一頁