My c code uses \'memset\' and \'close\'. And I have added:
#include #include #include
But I sti
memset requires you to import the header string.h file. So just add the following header
memset
string.h
#include ...