mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Rename rand64() to _rand64()
This commit is contained in:
parent
c424352a0a
commit
7ae556463a
52 changed files with 141 additions and 139 deletions
|
@ -27,7 +27,7 @@ char p[16];
|
|||
struct TtyCursor c;
|
||||
|
||||
void SetUp(void) {
|
||||
rngset(p, sizeof(p), rand64, -1);
|
||||
rngset(p, sizeof(p), _rand64, -1);
|
||||
}
|
||||
|
||||
TEST(ttymove, sameCoord_doesNothing) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue