Use isocline instead of bestline for portability

Something more lightweight is definitely required.
This commit is contained in:
2023-02-05 07:32:43 +00:00
parent 297b58a4d5
commit 9d54898197
46 changed files with 11386 additions and 3726 deletions

View File

@@ -10,7 +10,7 @@
#include <stdio.h>
struct vnet *
vnet_init_tap() {
vnet_init_tap(void) {
fprintf(stderr, "[vnet] tap interface isn't implemented for windows\n");
return NULL;
}