Not sjowing header file conio.h

Problem description:

Expected behavior:

Actual behavior:

Steps to reproduce:

Bug appears at this link:

Browser/OS/Device:

The compuler is not showing header file conio.h

conio.h doesn’t exist on linux but you can use ncurses instead. You’d have to add it via Nix first. In shell:

sed -i 's/];/  pkgs.ncurses.dev\n  &/' replit.nix
sed -i '4s/$/ -lxml2/' Makefile
3 Likes