Method

FoundrySdkdup_arch

Declaration [src]

char*
foundry_sdk_dup_arch (
  FoundrySdk* self
)

Description [src]

Gets the architecture of the SDK.

Return value

Type: char*

A newly allocated string.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.