Skip to content

Files

Latest commit

5732cf5 · Jun 27, 2023

History

History

port

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 23, 2023
Apr 19, 2011
Aug 28, 2022
May 10, 2023
Oct 24, 2022
Sep 16, 2019
Oct 18, 2022
Oct 27, 2022
Jul 15, 2017
Oct 24, 2022
Sep 7, 2021
Oct 24, 2022
Feb 13, 2023
Jun 27, 2023
Oct 18, 2022
Oct 24, 2022
Aug 1, 2022
Jul 15, 2017
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_<platform>.h" file
that provides the platform specific implementation.

See port_posix.h for an example of what must be provided in a platform
specific header file.