From cccfb7b41c8fc79c710385a313e552d607afa9be Mon Sep 17 00:00:00 2001 From: sls1005 <90055573+sls1005@users.noreply.github.com> Date: Sat, 16 Apr 2022 12:19:43 +0800 Subject: [PATCH] Added package stdarg (#2202) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index c279e3e..6485995 100644 --- a/packages.json +++ b/packages.json @@ -25816,5 +25816,16 @@ "description": "Utility macros for easier handling of Result", "license": "MIT", "web": "https://github.com/nonnil/resultutils" + }, + { + "name": "stdarg", + "url": "https://github.com/sls1005/stdarg", + "method": "git", + "tags": [ + "wrapper" + ], + "description": "A wrapper for ", + "license": "MIT", + "web": "https://github.com/sls1005/stdarg" } ]