home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!gatech!news.byu.edu!yvax.byu.edu!physc1.byu.edu!robertson
- Newsgroups: comp.lang.c
- Subject: Making Headers
- Message-ID: <1992Aug30.163720.131@physc1.byu.edu>
- From: robertson@physc1.byu.edu
- Date: 30 Aug 92 16:37:20 -0600
- Distribution: world
- Organization: Brigham Young University
- Lines: 12
-
- Hi,
-
- Using Gnu C, how can one make their own headers. I have a group of
- subroutines I would like to use in more than one program, can I use
- an Include <header.h> with those subroutines in the file header.h
- Or must I preprocess, preprocess and compile, or preprocess, compile
- and assemble? the header.h file first before doing a complete
- compile to my program with the include statement.
-
- Thanks for the help,
-
- Jim Robertson robertson@physc1.byu.edu
-