Path: utzoo!attcan!uunet!pyrdc!pyrnj!mirror!pat From: pat@mirror.TMC.COM Newsgroups: comp.lang.c Subject: Re: declarations in include files: how Message-ID: <236100017@mirror> Date: 1 Jun 89 14:10:00 GMT References: <179@larry.sal.wisc.edu> Lines: 7 Nf-ID: #R:larry.sal.wisc.edu:-17900:mirror:236100017:000:272 Nf-From: mirror.TMC.COM!pat Jun 1 10:10:00 1989 Case 3: Declare them as static (this is for structures and data types) in the library source file. Advantages: The user does not have to know about them Disadvantages: The user may not be able to access the data. Functions would have to return values and pointers.