Skip to content
Snippets Groups Projects
Select Git revision
  • fb9ca7c3aaed3080399fd0cde659699879002eb0
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

main.c

Blame
  • user avatar
    stijn authored
    The mingw port used _fullpath() until now, but the behaviour is not exactly
    the same as realpath()'s on unix; major difference being that it doesn't
    return an error for non-existing files, which would bypass main's error
    checking and bail out without any error message.
    
    Also realpath() will return forward slashes only since main() relies on that.
    4cd21dee
    History
    main.c 12.21 KiB