함수 헤더파일에 대해서 질문요

elminster의 이미지

초보자입니다.

teach yourself C라는 책을 보고 있는데요

함수 헤더라고 해서 함수 원형과 세미콜론이 없다는 점만 빼면 똑같으면서

'함수 정의의 첫번재 행을 함수 헤더라고 부르는데'라는 글귀가 있던데요

float half_of(float k)
{
return ( x/2 );
}
책에 있는 함수 원형 중 하나인데요

첫번째 행에 함수 헤더라고 추측되는게 안 보여서요 따른데도 그렇고...

답변 부탁드립니다~

랜덤여신의 이미지

아마 이걸 말씀하시는 것 같네요.

float half_of(float k)
{
    return ( x/2 );
}

이런 게 있으면

위에

float half_of(float k);

이런게 선언하고 사용한다....

이걸 말씀하시는 건가요?

음...

사실

float half_of(float k);

이렇게 선언 안해도

float half_of(float k)
{
    return ( x/2 );
}

이렇게 정의한 부분 밑에서는

half_of 함수를 사용할 수가 있습니다.

이미 정의된 걸로 간주하기 때문이죠...

float half_of(float k);

이렇게 정의를 하는 이유는

항상 함수는 정의부 아래쪽에서 쓸 수 있기 때문입니다.

또한, Vim 등의 에디터에서 편리하기도 하구요.

도움이 되셨기를...

[너무 두서 없는 글이였네요]

elminster의 이미지

감사합니다. 친구!!

후후

나를 봐, 나를 봐, 내 안의 괴물이 이렇게 크게 자랐어

lkjt의 이미지

친구??
두분 아시나요?

someddorai의 이미지

친구는 barosl님의 아바타(?)를 보고 말씀하신거 같네요. 21세기 소년에 나오는 그림이죠 ^^
친구라는 사람이 사용하는 그림이죠 ㅎㅎ

Linux 해안가에서.. 모래알 줍는중.. 언제다 주워?

세벌의 이미지

someddorai wrote:
친구는 barosl님의 아바타(?)를 보고 말씀하신거 같네요. 21세기 소년에 나오는 그림이죠 ^^
친구라는 사람이 사용하는 그림이죠 ㅎㅎ

someddorai 님의 아바타는 타자기? 제 홈페이지도 타자기와 관련이 좀 있긴한데... :oops:

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.