BSD 4_3_Tahoe release
[unix-history] / usr / lib / learn / C / getline.c
index 8d24aa2..b224bc5 100644 (file)
@@ -1,3 +1,7 @@
+#ifndef lint
+static char sccsid[] = "@(#)getline.c  1.1     (Berkeley)      6/8/88";
+#endif not lint
+
 #include <stdio.h>
 
 getline(s, lim)        /* get line into s, return length */
 #include <stdio.h>
 
 getline(s, lim)        /* get line into s, return length */