home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NEXT Generation 27
/
NEXT27.iso
/
pc
/
demos
/
emperor
/
dx3.exe
/
SDK
/
SAMPLES
/
MISC
/
LCLIB.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-08-28
|
241b
|
16 lines
/*
* Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
*
* File: lclib.h
*
*/
#ifndef __LCLIB_H__
#define __LCLIB_H__
char* LSTRRCHR( const char*, int );
char* LSTRCHR( const char*, int );
#endif