static functions

Angus Greiswald the fourth ag4 at pucc-h
Wed Feb 20 05:57:19 AEST 1985


> What does it mean when you declare a function as:

> static char *
> func ()
> ....

Unfortunately, all it means is that func() will be unknown outside the
file in which it's declared.

--
Jeff Lewis                                                     vvvvvvvvvvvv
{decvax | hao | cbosgd | masscomp | uiucdcs | sequent | ihnp4}!pur-ee!lewie
                                                               ^^^^^^^^^^^^



More information about the Comp.lang.c mailing list