Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Gets the maximum unsigned value that can be represented in an unsigned integer variable of the same data type size as an object.

Files

lib_def.h

Prototype

Code Block
LanguageC++
CaptionTextCAPTION
languagecpp
          DEF_GET_U_MAX_VAL(obj);

Arguments

obj

Object or data type to return maximum unsigned value.

...

obj should be an integer object or data type but could also be a character or pointer object or data type.

Example Usage

...

LanguageC++
CaptionTextCAPTION
languagecpp

...