On Thu, Dec 12, 2019, 11:04 PM Valentin Davydov <sqlite-u...@soi.spb.ru>
wrote:

> On Thu, Dec 12, 2019 at 11:19:44AM -0500, Richard Hipp wrote:
> >
> >     #define sqlite3Strlen30NN(C) (strlen(C)&0x3fffffff)
> >
> > The tool does not provide any details beyond "Use of strlen".
>
> So why not just #define sqlite3Strlen30NN(C) (strnlen(C,0x3fffffff))
>

strnlen is not in the standard library. It is available on many platforms
but is not standard.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to