From: "Ian Mausolus" Newsgroups: comp.os.msdos.djgpp Subject: C & static Date: 24 Apr 1997 02:16:02 GMT Organization: ACC TelEnterprises Ltd. Lines: 13 Message-ID: <01bc5055$7a3d2100$08b0f8ce@didi> NNTP-Posting-Host: ppp-008.toronto-01.ican.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk What is the significance of the word "static" in front of a function name in C? for example: static void foo(int i) { .... } thanx, I. Mausolus