mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:08:12 +00:00
AK: Rename new_out to out and new_warn to warn.
This commit is contained in:
parent
74438e6fdc
commit
3b3edbc4d2
10 changed files with 38 additions and 41 deletions
|
@ -49,7 +49,7 @@ int main(int argc, char** argv, char** envp)
|
|||
auto byte_ptr = (uint8_t*)auxvp->a_un.a_ptr;
|
||||
outln(" My Random bytes are: ");
|
||||
for (size_t i = 0; i < 16; ++i)
|
||||
new_out("{:#02x} ", byte_ptr[i]);
|
||||
out("{:#02x} ", byte_ptr[i]);
|
||||
outln();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue