need string.h

This commit is contained in:
cgd 1994-10-19 02:57:11 +00:00
parent fa0f27fb2d
commit b1faf8936d
1 changed files with 3 additions and 1 deletions

View File

@ -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