On Tue, 22 Aug 2017 21:17:45 +0300
Edgar Kaziakhmedov wrote:
> To allow usage of utility function 'string_to_uint*' by other binaries
> included in the strace package and avoid useless includes of
> unnecessary headers, that are needed for util.c.
>
> * string_to_uint.h: New file.
> * defs.h: In
To allow usage of utility function 'string_to_uint*' by other binaries
included in the strace package and avoid useless includes of
unnecessary headers, that are needed for util.c.
* string_to_uint.h: New file.
* defs.h: Include it.
(string_to_uint_ex, string_to_uint_upto, string_to_uint): Move to
On Tue, Aug 22, 2017 at 03:35:02PM +0300, Edgar Kaziakhmedov wrote:
> To allow usage of utility function 'string_to_uint*' by other binaries
> included in the strace package and avoid useless includes of
> unnecessary headers, that are needed for util.c.
>
> * string_to_uint.h: New file.
> * defs.
To allow usage of utility function 'string_to_uint*' by other binaries
included in the strace package and avoid useless includes of
unnecessary headers, that are needed for util.c.
* string_to_uint.h: New file.
* defs.h: Include it.
(string_to_uint_ex, string_to_uint_upto, string_to_uint): Move to