Jump to content

Unsigned long: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
Unsigned integer is a standard c type.
{{DISPLAYTITLE:unsigned long}}
   
<tt>unsigned long</tt> is a standard C type.
== Length ==
  unsigned long
unsigned long int
;Length
32 bit (4 bytes)
;Range
0 through 4,294,967,295


32 bit
[[Category:C type]]
 
== Range ==
 
0 through 4 294 967 295.
 
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 17:53, 23 January 2018

unsigned long is a standard C type.

unsigned long
unsigned long int
Length

32 bit (4 bytes)

Range

0 through 4,294,967,295