Function

Foundrysearch_path_append

[]

Declaration [src]

char*
foundry_search_path_append (
  const char* path,
  const char* append
)
[]

Description

No description available.

[]

Parameters

path

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
append

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
[]

Return value

Type: char*

No description available.

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