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 u16_to_str_base_prefix(t_u16 val, t_str base, t_str prefix,
|
|||
if (out == NULL || base == NULL || prefix == NULL)
|
||||
return (ERROR);
|
||||
value.u16 = val;
|
||||
is_nonnegative = val < 0;
|
||||
is_nonnegative = val & 0x0000;
|
||||
if (is_nonnegative)
|
||||
value.u16 = ~value.u16 + 1;
|
||||
return (_format_u64((t_num_str){.value = value.u64, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue