3.5.3 Basic types

All basic C types are mapped as print modes for float, integer, long and longlong. If you are interested in a more complex structure or just an array definition see 'print memory' section for more information.

Here's the list of the print (p?) modes for basic C types:

 f : float                   4 bytes
 i : integer                 4 bytes
 l : long                    4 bytes
 L : long long               8 bytes

Let's see some examples:

[0x4A13B8C0]> pi 32
57
137
255
195
0
255
141
194
[0x4A13B8C0]> pf
-0.000000
0.000000
-119237.992188
nan
-25687860278081448018744180736.000000
-0.000000
nan