From 66883355e44a2e671c997a7df2193b585be893d7 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Sat, 6 Apr 2013 15:07:58 -0400 Subject: scanf: support '*', which matches without assigning to an argument. For example, sscanf("1 2 3", "%*d %d", &foo) stores 2 into foo. --- AUTHORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 0fa41dd2..dade5356 100644 --- a/AUTHORS +++ b/AUTHORS @@ -55,4 +55,4 @@ a license to everyone to use it as detailed in LICENSE.) * Tobias Doerffel * Martin von Gagern * Ting-Yuan Huang - +* Jacob Lee (copyright owned by Google, Inc.) -- cgit v1.2.3-18-g5258