bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58966: [Trunk] Xcode 14.1+ (and macOS 13.0+) deprecate sprintf()


From: Stefan Kangas
Subject: bug#58966: [Trunk] Xcode 14.1+ (and macOS 13.0+) deprecate sprintf()
Date: Sat, 5 Nov 2022 17:26:18 +0100

Richard Stallman <rms@gnu.org> writes:

> We could switch to snprintf, and define snprintf to call sprintf
> in systems where snprintf isn't available.

snprintf is part of the C99 standard, so I think we can always rely on
it being there.  Switching sounds like a good idea.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]