From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Sun, 16 Aug 2020 11:23:44 +0300 Subject: [RESEND PATCH v2 09/18] lib: sscanf: add sscanf implementation In-Reply-To: <20200806094301.4999-10-vicooodin@gmail.com> References: <20200806094301.4999-1-vicooodin@gmail.com> <20200806094301.4999-10-vicooodin@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Aug 6, 2020 at 12:45 PM Anastasiia Lukianenko wrote: > +++ b/lib/sscanf.c > @@ -0,0 +1,823 @@ > +// SPDX-License-Identifier: BSD-3-Clause Hmm... Tom, can you point out to the possibility of using this code in U-Boot? Can we call it from the GPL only code or can it call GPL code (is malloc() GPL? Or what all these #include are doing there? -- With Best Regards, Andy Shevchenko