home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 27 / NEXT27.iso / pc / demos / emperor / dx3.exe / SDK / SAMPLES / MISC / LCLIB.H < prev    next >
C/C++ Source or Header  |  1996-08-28  |  241b  |  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.