From 282b68cbd7622c97b410f94a56245d802196966f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 4 Mar 2026 09:09:09 -0800 Subject: [PATCH] Update a link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b42a1a66..040d17cb 100644 --- a/README.md +++ b/README.md @@ -391,7 +391,7 @@ available being a part of the C standard library. The main drawback is that it doesn\'t support user-defined types. `printf` also has safety issues although they are somewhat mitigated with [\_\_attribute\_\_ ((format (printf, -\...))](https://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html) in +\...))](https://gcc.gnu.org/onlinedocs/gcc/Common-Attributes.html) in GCC. There is a POSIX extension that adds positional arguments required for [i18n](https://en.wikipedia.org/wiki/Internationalization_and_localization)