undersquire / shlibs

Single-header cross-platform libraries for C/C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shlibs

Single-header libraries.

philosophy

Every header file in this repository is written in pure C following the C99 standard. All of the header files are also designed to be cross-platform across as many platforms as possible, currently supporting both common Windows and Unix platforms.

NOTE: When contributing, make sure you follow this philosophy and the code style or your pull request may be rejected!

libraries

File Description
shl_thread.h Cross-platform threading
shl_socket.h Cross-platform sockets

About

Single-header cross-platform libraries for C/C++.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 100.0%