An easy-to-use, single-file socket library, written in C.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Aadhavan Srinivasan a0e4bc6814 Added 'clean' and 'uninstall' rules to Makefile 2 years ago
.gitignore
Makefile Added 'clean' and 'uninstall' rules to Makefile 2 years ago
README.md
easysock.c
easysock.h

README.md

Easysock

An easy-to-use C socket library

Easysock is a single-file, easy-to-use socket library, that can be used for network programming in C. It has no dependencies other than the C standard library.

Installation

This file was written using Dillinger.