Method
IdeRuntimeget_system_include_dirs
[−]
Description
Gets the system include dirs for the runtime. Usually, this is just “/usr/include”, but more complex runtimes may include additional.
[−]
Return value
Type: An array of utf8
A newly allocated string containing the include dirs.
The array is NULL -terminated. |
The caller of the method takes ownership of the data, and is responsible for freeing it. |
Each element is a NUL terminated UTF-8 string. |