From edc1a27fcd77525aef0591820b3052c2d03343ed Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 18 Sep 2008 15:18:32 -0700 Subject: [PATCH] Adding a summary for printf. --- extra/printf/summary.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 extra/printf/summary.txt diff --git a/extra/printf/summary.txt b/extra/printf/summary.txt new file mode 100644 index 0000000000..da1aa31abb --- /dev/null +++ b/extra/printf/summary.txt @@ -0,0 +1 @@ +Format data according to a specified format string, and writes (or returns) the result string.