Switched to Filelist.<name>.mk files
This commit is contained in:
parent
fd646bda95
commit
c3626fc59e
42 changed files with 456 additions and 399 deletions
|
|
@ -26,7 +26,7 @@ t_error C__PREFIX___to_str_base_prefix(C__TYPE__ val, t_str base, t_str prefix,
|
|||
if (out == NULL || base == NULL || prefix == NULL)
|
||||
return (ERROR);
|
||||
value.C__FIELD__ = val;
|
||||
is_nonnegative = val < 0;
|
||||
is_nonnegative = val & C__NEG__BITMASK__;
|
||||
if (is_nonnegative)
|
||||
value.C__UFIELD__ = ~value.C__UFIELD__ + 1;
|
||||
return (_format_u64((t_num_str){.value = value.u64, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue