mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
uname(1) now reports whether the system is 32-bit or 64-bit.
This commit is contained in:
parent
ae1c157445
commit
f5b46a89ed
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
printf("Sortix\n");
|
||||
printf("Sortix %zu bit\n", sizeof(size_t) * 8UL);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue