document distributed with 4.2BSD
[unix-history] / usr / src / lib / libcurses / putchar.c
index a1fabc2..8acf5af 100644 (file)
@@ -1,8 +1,15 @@
-# include      "curses.ext"
-
 /*
 /*
- * @(#)putchar.c       1.1 (Berkeley) %G%
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
  */
  */
+
+#ifndef lint
+static char sccsid[] = "@(#)putchar.c  5.1 (Berkeley) %G%";
+#endif not lint
+
+# include      "curses.ext"
+
 char
 _putchar(c)
 reg char       c; {
 char
 _putchar(c)
 reg char       c; {