v/vlib/os
unknown-v a743ecaff9 Windows : fix build
curl -Os https://raw.githubusercontent.com/vlang/vc/master/v.c
cc -std=gnu11 -w -o v v.c -lm
ccK5ic4o.o:v.c:(.text+0x6f62): undefined reference to `__imp_gethostname'
collect2.exe: error: ld returned 1 exit status
2019-07-17 00:02:31 +02:00
..
const.v Add get_module_filename 2019-07-15 14:27:33 +02:00
os.v Fixed buf on hostname and added optional type. 2019-07-17 00:02:07 +02:00
os_nix.v os.dir(); fix vroot on Windows 2019-07-16 01:57:06 +02:00
os_test.v os: fix 'rm' and 'rmdir' implementation on windows 2019-07-16 15:55:51 +02:00
os_win.v Windows : fix build 2019-07-17 00:02:31 +02:00