home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Net: Ultimate Internet Guide
/
WWLCD1.ISO
/
pc
/
directx2
/
sdk
/
samples
/
misc
/
lclib.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-05-28
|
241 b
|
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