Array ADT - Interface typedef struct Array *Array_T; extern Array_T Array_new(void); extern void Array_free(Array_T array);.
確定! 回上一頁