We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02f62f commit 4b066d4Copy full SHA for 4b066d4
include/swift/Runtime/Paths.h
@@ -69,7 +69,8 @@ swift_getRootPath();
69
///
70
/// \param name The name of the executable to locate.
71
72
-/// \return A string containing the full path to the executable.
+/// \return A string containing the full path to the executable. This string
73
+/// should be released with `free()` when no longer required.
74
SWIFT_RUNTIME_EXPORT
75
const char *
76
swift_getAuxiliaryExecutablePath(const char *name);
0 commit comments