Hi,
I need the following headers.
#include "unistd.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <netdb.h>
I been looking on the internet and find it hard to get downloadable versions of these headers. Instead, often I have to copy paste into a new file. While this is not that bad, i not sure always on the reliabilty of the code i pasting in.
Can anyone point me to a good website with a large header resource.