generated from fantaisie-software/purebasic-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
DataTypes C vs PB
Tristano Ajmone edited this page Aug 2, 2021
·
1 revision
Comparison of C and PureBasic native integers types.
Table of Contents
The following table only lists PB types which are size-equivalent on both x64 and x32.
C type | PB | aka | bytes | values range | |
---|---|---|---|---|---|
|
|
|
1 |
0 |
+255 |
|
|
|
2 |
0 |
+65,535 |
|
n/a |
|
4 |
0 |
+4,294,967,295 |
|
|
|
2 |
-128 |
+127 |
|
|
|
4 |
-32,768 |
+32,767 |
Don't forget to visit the Lemon Grove — all things Lemon in one repository!