home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Utilities / Programming / EnterAct 3.7.3 / hAWK project / AWK Source / Load6.c < prev    next >
Encoding:
Text File  |  1996-05-08  |  132 b   |  11 lines  |  [TEXT/CWIE]

  1. /* Load6.c
  2. Just a donothing to force loading of a particular segment.
  3. */
  4.  
  5. void LoadSegment6(void);
  6.  
  7. void LoadSegment6(void)
  8.     {
  9.     
  10.     }
  11.