date and time created 82/12/25 10:50:32 by sam
[unix-history] / usr / src / lib / libmp / madd.c
index 155d8c0..5b0be69 100644 (file)
@@ -1,3 +1,5 @@
+/*     @(#)madd.c      4.1     %G%     */
+
 #include <mp.h>
 m_add(a,b,c) struct mint *a,*b,*c;
 {      int carry,i;
 #include <mp.h>
 m_add(a,b,c) struct mint *a,*b,*c;
 {      int carry,i;