home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / uccs / root.14 / udk / usr / ccs / lib / llib-lld < prev    next >
Encoding:
Text File  |  1998-08-19  |  300 b   |  17 lines

  1. #ident    "@(#)alint:lib/llib-lld    1.3"
  2. /* LINTLIBRARY */
  3. /*
  4. ** Don't want prototype in stdio.h showing up in ths library.
  5. */
  6. #include <stdio.h>
  7. /* PROTOLIB1 */
  8.  
  9. #include <ldfcn.h>
  10.  
  11. /*
  12. ** Undocumented ...
  13. */
  14. extern LDFILE *allocldptr(void);
  15. extern int freeldptr(LDFILE *);
  16. extern int vldldptr(LDFILE *);
  17.