home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / c / 12997 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  826 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!gatech!news.byu.edu!yvax.byu.edu!physc1.byu.edu!robertson
  2. Newsgroups: comp.lang.c
  3. Subject: Making Headers
  4. Message-ID: <1992Aug30.163720.131@physc1.byu.edu>
  5. From: robertson@physc1.byu.edu
  6. Date: 30 Aug 92 16:37:20 -0600
  7. Distribution: world
  8. Organization: Brigham Young University
  9. Lines: 12
  10.  
  11.  Hi,
  12.  
  13.   Using Gnu C, how can one make their own headers.  I have a group of
  14.   subroutines I would like to use in more than one program, can I use
  15.   an Include <header.h> with those subroutines in the file header.h
  16.   Or must I preprocess, preprocess and compile, or preprocess, compile
  17.   and assemble? the header.h file first before doing a complete
  18.   compile to my program with the include statement.
  19.  
  20.   Thanks for the help,
  21.  
  22.       Jim Robertson       robertson@physc1.byu.edu
  23.