repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update git submodules
[LibreOffice.git]
/
sal
/
README.md
blob
deaf7b4c041705556609d47cfff63c249802b4da
1
# System Abstraction Layer (SAL)
2
3
System abstraction layer; rtl, osl and sal
4
5
`rtl`:
6
Platform independent strings
7
8
`osl`:
9
platform specific stuff, threads, dynamic loading, process, ipc, etc
10
11
Exports only C API and some inline-methods (only C++ API).