home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacGames Sampler
/
PHT MacGames Bundle.iso
/
MacSource Folder
/
Samples from the CD
/
Editors
/
emacs
/
Emacs-1.14b1-sources
/
sources
/
misc-headers
/
strings.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-03-18
|
438 b
|
17 lines
|
[
TEXT/EMAC
]
/*
* This file is part of a Macintosh port of GNU Emacs.
* Copyright (C) 1993, 1994 Marc Parmet. All rights reserved.
*
* GNU Emacs is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#pragma once
#include <string.h>
char *index();
char *rindex();