home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / directx2 / sdk / samples / misc / lclib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-28  |  241 b   |  16 lines

  1. /*
  2.  *  Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
  3.  *
  4.  *  File: lclib.h
  5.  *
  6.  */
  7.  
  8. #ifndef __LCLIB_H__
  9. #define __LCLIB_H__
  10.  
  11. char* LSTRRCHR( const char*, int );
  12. char* LSTRCHR( const char*, int );
  13.  
  14. #endif
  15.  
  16.