changed the library name
[unix-history] / usr / src / lib / libplot / plot / cont.c
#ifndef lint
static char sccsid[] = "@(#)cont.c 4.1 (Berkeley) %G%";
#endif
#include <stdio.h>
cont(xi,yi){
putc('n',stdout);
putsi(xi);
putsi(yi);
}