Math Processor Unit Library

libmpu – library of arithmetic functions for integer, real, and complex numbers of increased digit capacity

16 Commits   0 Branches   2 Tags
author: kx <kx@radix-linux.su> 2024-12-30 18:22:24 +0300 committer: kx <kx@radix-linux.su> 2024-12-30 18:22:24 +0300 commit: e3f8685d48cfec80c01b065f652f3e81b2470bb7 parent: af4d49422d9c2db9223933cc251c8ba6b4944580
Commit Summary:
man: Mask new-line symbol
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/man/isbb.3mpu b/man/isbb.3mpu
index b2ff263..5751c09 100644
--- a/man/isbb.3mpu
+++ b/man/isbb.3mpu
@@ -49,7 +49,7 @@ int main( void )
 
     isbb( c, a, b, nb );
     iitoa( s, c, RADIX_DEC, LOWERCASE, nb ); /* convert C value to ASCII string S */
-    printf( "c = %s;\n", s ); /* c = 199; */
+    printf( "c = %s;\\n", s ); /* c = 199; */
   }
 
   __mpu_free_context();