Registry / networking / plibsys

plibsys

JSON →
library0.0.5vcpkgunverified

Highly portable C system library: threads and synchronization, sockets, IPC, data structures and more.

vcpkg install plibsys
INSTALL
IMPORT
SIG · PLIBSYS
P
plibsys
networkingcppv0.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

plibsys.h
#include <plibsys.h>

Create and use a socket

#include <plibsys.h> int main() { p_socket_t sock = p_socket_new(AF_INET, SOCK_STREAM, 0); // ... p_socket_free(sock); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

plibsys — pip install plibsys · libregistry