need string.h
This commit is contained in:
parent
fa0f27fb2d
commit
b1faf8936d
|
@ -33,9 +33,11 @@
|
|||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)tgoto.c 5.4 (Berkeley) 6/1/90";*/
|
||||
static char rcsid[] = "$Id: tgoto.c,v 1.2 1993/08/01 18:32:06 mycroft Exp $";
|
||||
static char rcsid[] = "$Id: tgoto.c,v 1.3 1994/10/19 02:57:11 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#define CTRL(c) ((c) & 037)
|
||||
|
||||
#define MAXRETURNSIZE 64
|
||||
|
|
Loading…
Reference in New Issue