mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-09 02:22:18 +00:00
0c5625a7a0
project for wrapping POSIX APIs for C++. Where possible, things are implemented inline so that there is minimal to no cost above and beyond using the good old C APIs. WWW: https://github.com/rescrv/po6 PR: ports/174794 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
This is a library that includes all the code I tend to carry from project to
|
|
project for wrapping POSIX APIs for C++. Where possible, things are
|
|
implemented inline so that there is minimal to no cost above and beyond using
|
|
the good old C APIs.
|
|
|
|
WWW: https://github.com/rescrv/po6
|