bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC: add a string-desc module


From: Paul Eggert
Subject: Re: RFC: add a string-desc module
Date: Fri, 24 Mar 2023 15:32:35 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 2023-03-24 14:50, Bruno Haible wrote:
   struct
   {
     size_t nbytes;
     char * data;
   }

One minor comment: use idx_t instead of size_t, for the usual reasons.

Also it might be a bit more efficient to put the pointer first.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]