Re: [PATCH 1/2] Move string_to_uint* functions to separate file

2017-08-22 Thread Edgar Kaziakhmedov
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

[PATCH 1/2] Move string_to_uint* functions to separate file

2017-08-22 Thread Edgar Kaziakhmedov
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

Re: [PATCH 1/2] Move string_to_uint* functions to separate file

2017-08-22 Thread Dmitry V. Levin
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.

[PATCH 1/2] Move string_to_uint* functions to separate file

2017-08-22 Thread Edgar Kaziakhmedov
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