started the implementation
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 17 Nov 2019 15:43:41 +0000 (17:43 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 17 Nov 2019 15:43:41 +0000 (17:43 +0200)
commit4f957b16f77eb7761afd9e0b9064c7f08deb45be
tree6f890e6dd26b8b2f19e2c18ff6d0d9e25090ef14
parentdc83bdff56d4dd7454559f5e918652f32f7e9d6d
started the implementation
libvisor/Makefile
libvisor/include/visor.h
libvisor/src/vilibc.c [new file with mode: 0644]
libvisor/src/vilibc.h [new file with mode: 0644]
libvisor/src/vimpl.h
libvisor/src/viprintf.c [new file with mode: 0644]
libvisor/src/visor.c