• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Aug-2018-

build/H26-Apr-2018-7,0495,013

include/H26-Apr-2018-4,3321,307

src/H26-Apr-2018-2,9601,863

test/H26-Apr-2018-2,0761,289

LICENSEH A D26-Apr-20181.5 KiB2823

README.mdH A D26-Apr-2018422 32

unixem.vc6.dswH A D26-Apr-20183.8 KiB192137

README.md

1# UNIXem
2UNIXem is a small and simple library that provides emulation of several popular Unix API functions on the Windows platform. Its primary purpose is to assist Windows programmers who are porting to Unix or are writing multi-platform code. API functions include opendir/readdir/closedir, glob/globfree, readv/writev, pathconf/realpath, mmap/munmap/msync, dlopen/dlclose/dlsym/dlerror, gettimeofday, and getpagesize.
3