gcc 에서는 이 함수가 제거될 예정이다. 대신 fgets 함수를 사용하는 게 권장된다.
‘gets’ is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of gets(3), it is highly recommended that you use fgets(3) instead. [-Wdeprecated-declarations]
댓글 남기기