linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "John T. Williams" <jtwilliams@vt.edu>
To: "Linux-C-Programming (E-mail)" <linux-c-programming@vger.kernel.org>
Subject: Stupid Question.
Date: Wed, 12 May 2004 14:53:24 -0400	[thread overview]
Message-ID: <1084387986.15249.25.camel@scotus.fesnel.no-ip.org> (raw)

I know I should know this, but I don't, and haven't been able to find a
good answer.

What does declaring a function static do?    ie 
What is the difference between

static int blue() {
	return 0;
}

and 

int blue() {
	return 0;
}




             reply	other threads:[~2004-05-12 18:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-12 18:53 John T. Williams [this message]
2004-05-12 19:02 ` Stupid Question Jeff Woods
2004-05-13 14:38   ` Jan-Benedict Glaw
2004-05-13 18:27     ` Glynn Clements

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1084387986.15249.25.camel@scotus.fesnel.no-ip.org \
    --to=jtwilliams@vt.edu \
    --cc=linux-c-programming@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).