On Fri, Jan 21, 2022 at 12:41 AM Gregory Nutt wrote:
> This functionality is already implemented for asprintf(): It does this the
> print using a "null stream" to get the size, allocates memory of that size,
> then does the real print into the allocated memory.
>
> This logic could be easily ext
This functionality is already implemented for asprintf(): It does this the
print using a "null stream" to get the size, allocates memory of that size,
then does the real print into the allocated memory.
This logic could be easily extracted:
https://github.com/apache/incubator-nuttx/blob/master/li
On Thu, Jan 20, 2022 at 8:43 PM Arie de Muijnck wrote:
>
>
> On 2022-01-20 13:11, Xiang Xiao wrote:
> > On Thu, Jan 20, 2022 at 7:33 PM Jukka Laitinen
> > wrote:
> >
> >> Hi,
> >>
> >> Sorry if this question comes several times, it seems that for some
> >> reason my emails are not always coming
On 2022-01-20 13:11, Xiang Xiao wrote:
On Thu, Jan 20, 2022 at 7:33 PM Jukka Laitinen
wrote:
Hi,
Sorry if this question comes several times, it seems that for some
reason my emails are not always coming through to the mailing list... So
re-sending.
I started getting this build error from
On Thu, Jan 20, 2022 at 7:33 PM Jukka Laitinen
wrote:
> Hi,
>
> Sorry if this question comes several times, it seems that for some
> reason my emails are not always coming through to the mailing list... So
> re-sending.
>
> I started getting this build error from the latest NuttX:
>
> misc/lib_ex
>emails are not always coming through to the mailing list... So re-sending.
>
This happens a lot for me too. I always check
https://www.mail-archive.com/dev@nuttx.apache.org/ to see if I've missed
anything.