난 정말 최고야 멋있어
[gnu] __attribute__((constructor)) 의 의미 본문
https://stackoverflow.com/questions/2053029/how-exactly-does-attribute-constructor-work
__attribute__((costructor)) 는 gcc 전용 함수 특성으로
공유 라이브러리가 로드될때 호출되는 함수라는것을 명시해준다 (일반적으로 프로그램 시작시 호출된다고 보면 됨)