Skip to content

gbburkhardt/MingGW-Compatibility-Functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MingGW Compatibility Functions

  • Posix compatibility functions for managing symbolic links with MinGW-w64.

    • int link(const char *oldpath, const char *newpath);

    • int lstat(const char *path, struct stat *buf);

    • ssize_t readlink(const char *path, char *buf, size_t bufsiz);

    • char* realpath(const char *path, char *resolved_path);

    • int symlink(const char *oldpath, const char *newpath);

  • Functionality for CLOCK_MONOTONIC to clock_nanosleep()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages