BSD 4_3 release
[unix-history] / usr / src / usr.lib / libmp / pow.c
index 91f6855..da36b03 100644 (file)
@@ -1,4 +1,6 @@
-/*     @(#)pow.c       4.1     12/25/82        */
+#ifndef lint
+static char sccsid[] = "@(#)pow.c      5.2 (Berkeley) 3/2/87";
+#endif not lint
 
 #include <mp.h>
 pow(a,b,c,d) MINT *a,*b,*c,*d;
 
 #include <mp.h>
 pow(a,b,c,d) MINT *a,*b,*c,*d;