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 b5f033d commit 40b0c35Copy full SHA for 40b0c35
src/fpm_os.c
@@ -5,7 +5,7 @@
5
/// @param resolved_path
6
/// @param maxLength
7
/// @return
8
-int c_realpath(char* path, char* resolved_path, int maxLength) {
+char* c_realpath(char* path, char* resolved_path, int maxLength) {
9
// Checking macro in C because it doesn't work with gfortran on Windows, even
10
// when exported manually.
11
#ifndef _WIN32
0 commit comments