# extern

3개의 포스트
post-thumbnail

[C언어] #2 헷갈리는 문법 및 키워드 정리

함수의 전방선언, short curcuit평가, static, extern, const, goto 등등

2022년 1월 23일
·
0개의 댓글
·

[Assembly Language] 시스템콜 에러처리

🎯 외부 함수 \_\_error를 사용해서 errno의 값을 세팅해줄 것Your code must set the variable errno properly.For that, you are allowed to call the extern \_\_\_error.🎯 er

2020년 12월 23일
·
0개의 댓글
·
post-thumbnail

[C/C++] extern, static

extern는 external link, static은 internal link를 가지는 키워드다.

2020년 10월 4일
·
0개의 댓글
·