linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Stupid Question.
@ 2004-05-12 18:53 John T. Williams
  2004-05-12 19:02 ` Jeff Woods
  0 siblings, 1 reply; 4+ messages in thread
From: John T. Williams @ 2004-05-12 18:53 UTC (permalink / raw)
  To: Linux-C-Programming (E-mail)

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;
}




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-05-13 18:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-12 18:53 Stupid Question John T. Williams
2004-05-12 19:02 ` Jeff Woods
2004-05-13 14:38   ` Jan-Benedict Glaw
2004-05-13 18:27     ` Glynn Clements

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).