API_EXPOTED라는게 뭔가요?

gokore의 이미지

API_EXPORTED int libusb_init(libusb_context **context)
{
//함수정의
}

이렇게 되어있는데요

ctag로 API_EXPORTED로 들어가보니

#define API_EXPORTED __attribute__((visibility("default")))

이렇게 선언이 되어있습니다.

그런데 대체

__attribute__((visibility("default")))

란 뭔가요?

jachin의 이미지

함수 정의를 위해 맨 앞에 씌여져야 할 것은 '데이터 타입'입니다.
데이터 타입이 API_EXPORTED 인데, 그 API_EXPORTED 자료형이
__attribute__((visibility("default"))) 로 선언되어 있다는 것입니다.
분명 어디엔가 __attribute__(())도 선언되어 있을 것 같지 않습니까? ^^
두 개의 언더바로 시작하는 함수는 시스템과 관련되어 있는 경우가 많습니다.

이 경우는 C 컴파일러 내부에서 선언한 함수입니다.
http://www.unixwiz.net/techtips/gnu-c-attributes.html
위의 링크를 참조하여 주세요.

링크 내용에도 보시다시피 "왜 겹괄호를 썼느냐?" 라는 부분이 나옵니다.
이 부분은 컴파일러에서 자체 선언한 함수이기 때문에,
기존 C 컴파일러로 컴파일을 할 때에 오류로 선언되지 않게 하기 위해서입니다.
__attribute__(( )) 가 한 명령이 되는 것이지요.
그 안에 들어가는 visibility("default") 라는 함수를 선언하는 것입니다.
그것을 자료형으로 썼다는 얘기는, visibility("default")에 의한
출력 값의 자료형을 따르겠다는 의미입니다.

시스템과 밀접한 프로그램을 접하게 될 때에는
컴파일러에서 지정한 함수나 시스템 내부 함수를 알아두는 것이 도움이 됩니다.
이는 나중에 '왜 컴파일러는 소스를 바이너리로 변경하여 주는데,
어떻게 printf나 scanf 같은 함수를 정의할 수 있었을까?' 라는 의문에도
대답이 될 수 있습니다. 물론 이 안의 내용은 시스템 API 와 커널에 대한 내용도
알고 있을수록 더욱 좋지요. :)

익명 사용자의 이미지

과한 표현일지는 모르겠지만, 심각하게 잘못된 설명입니다.
__attribute__((visibility("default")))는 데이터 타입이 아니라 심볼의 visibility 속성을 설정하는 gcc extension 입니다.
이 경우는 해당 심볼(여기서는 libusb_init)을 export하겠다는 뜻이구요, 반대로 __attribute__((visibility("hidden")))으로 설정하면 export되지 않습니다.

더 자세한 사항은 http://gcc.gnu.org/wiki/Visibility 참고하세요.

jachin의 이미지

visibility()도 gcc 확장 함수로군요.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.