home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a069 / 1.img / TRSOURCE.EXE / _TR_VERS.C < prev    next >
Encoding:
C/C++ Source or Header  |  1990-10-22  |  327 b   |  19 lines

  1. /*********
  2. *  _TR_VERS.C
  3. *
  4. *  by Tom Rettig
  5. *
  6. * Placed in the public domain by Tom Rettig Associates, 10/22/1990.
  7. *
  8. *  Syntax: _TR_VERS()
  9. *  Return: <expC> version of Tom Rettig's Library
  10. ********/
  11.  
  12. #include "trlib.h"
  13.  
  14. TRTYPE _tr_vers()
  15. {
  16.    _retc( TRLIBVERS ) ;         /* #defined in trlib.h */
  17. }
  18. /* eof */
  19.