This shows you the differences between two versions of the page.
|
c:limits.h:ulong_max [2013/02/03 19:52] 127.0.0.1 external edit |
c:limits.h:ulong_max [2024/02/16 01:04] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ULONG_MAX ====== | ====== ULONG_MAX ====== | ||
| <code c> | <code c> | ||
| + | ULONG_MAX | ||
| </code> | </code> | ||
| ==== description of ULONG_MAX ==== | ==== description of ULONG_MAX ==== | ||
| - | ULONG_MAX is in work by code-reference.com \\ | + | max value of unsigned long (4.294.967.295) |
| - | if you are faster... don't hasitate and add it | + | |
| - | + | ||
| - | <code c> | + | |
| - | no example at the moment | + | |
| - | </code> | + | |
| - | + | ||
| - | ===== output of ULONG_MAX c example ===== | + | |
| - | no example at the moment | + | |