Skip to content

Conversation

@hyomin777
Copy link

  1. 세미콜론 누락 수정
  • printf("this shouldn't print out") -> 실행되지 않는 코드이므로 세미콜론이 필요없지만 코드 통일성을 위해 수정
  1. 헤더파일 추가
  • strdup() 실행을 위한 string.h 헤더파일 추가

Exec)
1. 세미콜론 누락 수정
- printf("this shouldn't print out") -> 실행되지 않는 코드이므로
  세미콜론이 필요없지만 코드 통일성을 위해 누락 수정

2. 헤더파일 추가
 - strdup() 실행을 위한 string.h 헤더파일 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant