home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume25
/
finger
/
part01
/
upper.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-04-03
|
519b
|
19 lines
/*
* upper.h -- extern for uppercaseification table
*
* Copyright (C) 1986, 1990 Philip L. Budne
*
* This file is part of "Phil's Finger Program".
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
*/
# define UPPER_RCSID "$Id: upper.h,v 3.0 90/07/06 13:12:09 budd Rel $"
# include "finger.h"
extern char uppercase[];