pull/2/head
ondra05 2023-10-22 18:44:08 +02:00
parent 6260aea028
commit 40525bb5f5
No known key found for this signature in database
GPG Key ID: 0DA6D2BB2285E881
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ Program counter stays on the currently executed instruction
| C Type | Description | Byte sizes |
|:------------|:-------------------------|:-----------|
| char | Character / byte | 1 |
| short | SShort integer | 2 |
| short | Short integer | 2 |
| int | Integer | 4 |
| long | Long integer | 8 |
| long long | Long long integer | 8 |