My c code uses \'memset\' and \'close\'. And I have added:
#include
#include
#include
But I sti
A good way to findout what header file you are missing:
man
To find out the section use:
apropos
Example:
man 3 memset
man 2 send
Edit in response to James Morris:
Source: Wikipedia Man Page