From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/gcc~13/darwin-format-checks.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/gcc~13/darwin-format-checks.html (limited to 'devdocs/gcc~13/darwin-format-checks.html') diff --git a/devdocs/gcc~13/darwin-format-checks.html b/devdocs/gcc~13/darwin-format-checks.html deleted file mode 100644 index 29cabff4..00000000 --- a/devdocs/gcc~13/darwin-format-checks.html +++ /dev/null @@ -1,6 +0,0 @@ -

6.61.2 Darwin Format Checks ΒΆ

In addition to the full set of format archetypes (attribute format style arguments such as printf, scanf, strftime, and strfmon), Darwin targets also support the CFString (or __CFString__) archetype in the format attribute. Declarations with this archetype are parsed for correct syntax and argument types. However, parsing of the format string itself and validating arguments against it in calls to such functions is currently not performed.

Additionally, CFStringRefs (defined by the CoreFoundation headers) may also be used as format arguments. Note that the relevant headers are only likely to be available on Darwin (OSX) installations. On such installations, the XCode and system documentation provide descriptions of CFString, CFStringRefs and associated functions.

-

- © Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
- https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Darwin-Format-Checks.html -

-
-- cgit v1.2.3