We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit #5e6ceeb broken on Mac, get_current_dir_name not supported https://github.com/mrirecon/bart/blob/master/src/misc/mmio.c#L710
get_current_dir_name
Alternative: getcwd
getcwd
The text was updated successfully, but these errors were encountered:
This works but I don't write any C code any more so I don't know what your preference is for defining a certain size:
char dir[256]; getcwd(dir, sizeof(dir));
Sorry, something went wrong.
Hi, this should be fixed with ab1715f.
No branches or pull requests
Commit #5e6ceeb broken on Mac,
get_current_dir_name
not supportedhttps://github.com/mrirecon/bart/blob/master/src/misc/mmio.c#L710
Alternative:
getcwd
The text was updated successfully, but these errors were encountered: