Max Alekseyev on Fri, 19 Sep 2025 19:31:15 +0200
[
Date Prev
] [
Date Next
] [
Thread Prev
] [
Thread Next
] [
Date Index
] [
Thread Index
]
carriage return (\r) in printf()
To
: Pari Users <
pari-users@pari.math.u-bordeaux.fr
>
Subject
: carriage return (\r) in printf()
From
: Max Alekseyev <
maxale@gmail.com
>
Date
: Fri, 19 Sep 2025 13:30:34 -0400
Hello,
I've just noticed that printf() does not support carriage return character \r - can it be added?
Example:
? printf("123456\r000") \\ does not work as expected
123456r000
? printf("123456%s000",Strchr(13)) \\ workaround with expected output
000456
Thanks,
Max
Follow-Ups
:
Re: carriage return (\r) in printf()
From:
Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Prev by Date:
Re: Using Pari from within a C program
Next by Date:
Re: carriage return (\r) in printf()
Previous by thread:
Re: Using Pari from within a C program
Next by thread:
Re: carriage return (\r) in printf()
Index(es):
Date
Thread