Re: Why some code for certain events declared to be static???



Hello, Chris!

>>>>> "Chris" == Chris Seberino writes:

 Chris> GTK+ Tutorial has scribble.c code that has many subroutines
 Chris> that are tied to events.

 Chris> Many of these are static.  Please explain what static gives
 Chris> you in C.

Static functions are only visible in the same compilation unit.

-- 
                                                              C'ya, Peter.
                      --=[petrk_3000 mail ru]=--
	--=[ICQ 89449080]=--=[Jabber Dassburger jabber ru]=--




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]