home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 8
/
CDASC08.ISO
/
NEWS
/
RADIANCE
/
SRC
/
COMMON
/
CPUTS.C
< prev
next >
Wrap
Text File
|
1993-10-07
|
214b
|
12 lines
/* Copyright (c) 1991 Regents of the University of California */
#ifndef lint
static char SCCSid[] = "@(#)cputs.c 2.1 11/12/91 LBL";
#endif
cputs(s) /* command line error */
char *s;
{
eputs(s);
}