summaryrefslogtreecommitdiffstats
path: root/sal/README.md
blob: deaf7b4c041705556609d47cfff63c249802b4da (plain)
1
2
3
4
5
6
7
8
9
10
11
# System Abstraction Layer (SAL)

System abstraction layer; rtl, osl and sal

`rtl`:
Platform independent strings

`osl`:
platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).