Arrays can be created using malloc type functions. ... char * getLine ( void ) { const size_t sizeIncrement = 10 ; char * buffer = malloc ( sizeIncrement ); ...
確定! 回上一頁