From 9907b61c574baf0747747f1c512f7cdd88ebed25 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Tue, 9 Nov 2021 22:00:01 +0800 Subject: init --- port/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 port/README.md (limited to 'port/README.md') diff --git a/port/README.md b/port/README.md new file mode 100644 index 0000000..8b17153 --- /dev/null +++ b/port/README.md @@ -0,0 +1,10 @@ +This directory contains interfaces and implementations that isolate the +rest of the package from platform details. + +Code in the rest of the package includes "port.h" from this directory. +"port.h" in turn includes a platform specific "port_.h" file +that provides the platform specific implementation. + +See port_stdcxx.h for an example of what must be provided in a platform +specific header file. + -- cgit v1.3.1