Function Macro

GLibGUINT64_CONSTANT

since: 2.10

Declaration

#define G_GUINT64_CONSTANT (
  val
)

Description

This macro is used to insert 64-bit unsigned integer literals into the source code.

It is similar to the standard C UINT64_C macro, which should be preferred in new code.

Available since: 2.10

This function is not directly available to language bindings.

Parameters

val

Type: -

A literal integer value, e.g. 0x1d636b02300a7aa7U.