Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!ogicse!orstcs!prism!tannerr From: tannerr@prism.cs.orst.edu (Ryan Tanner) Newsgroups: comp.lang.c Subject: best way to share structs between modules? Message-ID: <1991Jun22.214830.22490@lynx.CS.ORST.EDU> Date: 22 Jun 91 21:48:30 GMT Sender: @lynx.CS.ORST.EDU Distribution: usa Organization: Oregon State University, Computer Science Dept Lines: 6 Nntp-Posting-Host: prism.cs.orst.edu I've looked through my C manuals, and there seems to be little information to help the beginner with header files. What is the best way to share structs between modules? I finally got it to work with typedefs, but it seems to me that it might be done another way. Help. Ryan (tannerr@prism.cs.orst.edu)